Html Css Color HEX #326CBD Cerulean Blue

📋 copy color: '#326CBD'

red 50 ◦ green 108 ◦ blue 189

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

Shades of Cerulean Blue #326CBD

Tints of Cerulean Blue #326CBD

RGB

 RED value IS 50 (19.92% from 255) = 14.41%

 GREEN value IS 108 (42.58% from 255) = 31.12%

 BLUE value IS 189 (74.22% from 255) = 54.47%

R = 14.41%
G = 31.12%
B = 54.47%

CMYK

 C value IS 0.74

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#326CBD (or 0x326CBD) is known color: Cerulean Blue. HEX triplet: 32, 6C and BD. RGB value is (50,108,189). Sum of RGB (Red+Green+Blue) = 50+108+189=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #326CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326CBD is #CD9342. Grayscale: #636363. Windows color (decimal): -13472579 or 12414002. OLE color: 12414002.

HSL color Cylindrical-coordinate representation of color #326CBD: hue angle of 214.96º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #326CBD is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 108 189 -
CMYK 0.74 0.43 0 0.26
HSL 214.96º 0.58% 0.47% -
HSV(B) 214.96º 0.74% 0.74% -
XYZ 15.86 15.08 50.22 -
YUV 99.89 178.28 92.41 -
System Red Green Blue C M Y K H S L
Decimal 50 108 189 0.74 0.43 0 0.26 214.96 0.58 0.47
Hex 32 6C BD 4A 2B 0 1A D7 3A 2F
Octal 62 154 275 112 53 0 32 327 72 57
Binary 110010 1101100 10111101 1001010 101011 0 11010 11010111 111010 101111

Color Harmonies of #326CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326CBD

Black with #326CBD

Text Example


Text Example

White with #326CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326CBD; }

 p { color: rgb(50,108,189); }

 H1.HeaderClassName
 {
   color: #326CBD;
 }
 .AnyTagClassName
 {
   color: #326CBD;
 }
</style>

background-color css

<style>
 a { background-color: #326CBD; }

 a { background-color: rgb(50,108,189); }

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

border-color css

<style>
 span { border-color: #326CBD; }

 span { border-color: rgb(50,108,189); }

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