Html Css Color HEX #326BC0 Cerulean Blue

📋 copy color: '#326BC0'

red 50 ◦ green 107 ◦ blue 192

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

Shades of Cerulean Blue #326BC0

Tints of Cerulean Blue #326BC0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.66%

 BLUE value IS 192 (75.39% from 255) = 55.01%

R = 14.33%
G = 30.66%
B = 55.01%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#326BC0 (or 0x326BC0) is known color: Cerulean Blue. HEX triplet: 32, 6B and C0. RGB value is (50,107,192). Sum of RGB (Red+Green+Blue) = 50+107+192=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 192 (75.39% from 255 or 55.01% from 349); Max value from RGB is 192 - color contains mainly: blue. Hex color #326BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #326BC0 is #CD943F. Grayscale: #636363. Windows color (decimal): -13472832 or 12610354. OLE color: 12610354.

HSL color Cylindrical-coordinate representation of color #326BC0: hue angle of 215.92º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #326BC0 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 107 192 -
CMYK 0.74 0.44 0 0.25
HSL 215.92º 0.59% 0.47% -
HSV(B) 215.92º 0.74% 0.75% -
XYZ 16.09 15 51.92 -
YUV 99.65 180.12 92.59 -
System Red Green Blue C M Y K H S L
Decimal 50 107 192 0.74 0.44 0 0.25 215.92 0.59 0.47
Hex 32 6B C0 4A 2C 0 19 D8 3B 2F
Octal 62 153 300 112 54 0 31 330 73 57
Binary 110010 1101011 11000000 1001010 101100 0 11001 11011000 111011 101111

Color Harmonies of #326BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326BC0

Black with #326BC0

Text Example


Text Example

White with #326BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,107,192); }

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

background-color css

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

 a { background-color: rgb(50,107,192); }

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

border-color css

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

 span { border-color: rgb(50,107,192); }

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