#4396CD

Color #4396CD Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #4396CD

Tints of Picton Blue #4396CD

Color information

#4396CD (or 0x4396CD) is unknown color: approx Picton Blue. HEX triplet: 43, 96 and CD. RGB value is (67,150,205). Sum of RGB (Red+Green+Blue) = 67+150+205=422 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.88% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #4396CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4396CD is #BC6932. Grayscale: #838383. Windows color (decimal): -12347699 or 13473347. OLE color: 13473347.

HSL color Cylindrical-coordinate representation of color #4396CD: hue angle of 203.91º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4396CD is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB67150205-
CMYK0.670.2700.20
HSL203.91º57.98%53.33%-
HSV(B)203.91º67.32%80.39%-
XYZ24.2427.4161.77-
YUV131.45169.582.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 15.88%
GREEN value IS 150 (58.98% from 255) = 35.55%
BLUE value IS 205 (80.47% from 255) = 48.58%
R=15.88%
G=35.55%
B=48.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal671502050.670.2700.20203.9157.9853.33
Hex4396CD431B014cc3a35
Octal103226315103330243147265
Binary1000011100101101100110110000111101101010011001100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4396CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4396CD; }

 p { color: rgb(67,150,205); }

 H1.HeaderClassName
 {
   color: #4396CD;
 }
 .AnyTagClassName
 {
   color: #4396CD;
 }
</style>
background-color css

<style>
 a { background-color: #4396CD; }

 a { background-color: rgb(67,150,205); }

 div.DivClassName
 {
   background-color: #4396CD;
 }
 .BgClassName
 {
   background-color: #4396CD;
 }
</style>
border-color css

<style>
 span { border-color: #4396CD; }

 span { border-color: rgb(67,150,205); }

 td.TdClassName
 {
   border-color: #4396CD;
 }
 .TagClassName
 {
   border-color: #4396CD;
 }
</style>