Html Css Color HEX #4396CE Picton Blue

📋 copy color: '#4396CE'

red 67 ◦ green 150 ◦ blue 206

#4396CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #4396CE

Tints of Picton Blue #4396CE

RGB

 RED value IS 67 (26.56% from 255) = 15.84%

 GREEN value IS 150 (58.98% from 255) = 35.46%

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 15.84%
G = 35.46%
B = 48.7%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4396CE (or 0x4396CE) is known color: Picton Blue. HEX triplet: 43, 96 and CE. RGB value is (67,150,206). Sum of RGB (Red+Green+Blue) = 67+150+206=423 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.84% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #4396CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4396CE is #BC6931. Grayscale: #838383. Windows color (decimal): -12347698 or 13538883. OLE color: 13538883.

HSL color Cylindrical-coordinate representation of color #4396CE: hue angle of 204.17º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4396CE is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 67 150 206 -
CMYK 0.67 0.27 0 0.19
HSL 204.17º 0.59% 0.54% -
HSV(B) 204.17º 0.67% 0.81% -
XYZ 24.36 27.46 62.41 -
YUV 131.57 170 81.95 -
System Red Green Blue C M Y K H S L
Decimal 67 150 206 0.67 0.27 0 0.19 204.17 0.59 0.54
Hex 43 96 CE 43 1B 0 13 CC 3B 36
Octal 103 226 316 103 33 0 23 314 73 66
Binary 1000011 10010110 11001110 1000011 11011 0 10011 11001100 111011 110110

Color Harmonies of #4396CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4396CE

Black with #4396CE

Text Example


Text Example

White with #4396CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4396CE;
 }
 .AnyTagClassName
 {
   color: #4396CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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