Html Css Color HEX #325CB6 Cerulean Blue

📋 copy color: '#325CB6'

red 50 ◦ green 92 ◦ blue 182

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

Shades of Cerulean Blue #325CB6

Tints of Cerulean Blue #325CB6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.4%

 BLUE value IS 182 (71.48% from 255) = 56.17%

R = 15.43%
G = 28.4%
B = 56.17%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#325CB6 (or 0x325CB6) is known color: Cerulean Blue. HEX triplet: 32, 5C and B6. RGB value is (50,92,182). Sum of RGB (Red+Green+Blue) = 50+92+182=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 182 (71.48% from 255 or 56.17% from 324); Max value from RGB is 182 - color contains mainly: blue. Hex color #325CB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325CB6 is #CDA349. Grayscale: #595959. Windows color (decimal): -13476682 or 11951154. OLE color: 11951154.

HSL color Cylindrical-coordinate representation of color #325CB6: hue angle of 220.91º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #325CB6 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 50 92 182 -
CMYK 0.73 0.49 0 0.29
HSL 220.91º 0.57% 0.45% -
HSV(B) 220.91º 0.73% 0.71% -
XYZ 13.59 11.71 45.8 -
YUV 89.7 180.09 99.68 -
System Red Green Blue C M Y K H S L
Decimal 50 92 182 0.73 0.49 0 0.29 220.91 0.57 0.45
Hex 32 5C B6 49 31 0 1D DD 39 2D
Octal 62 134 266 111 61 0 35 335 71 55
Binary 110010 1011100 10110110 1001001 110001 0 11101 11011101 111001 101101

Color Harmonies of #325CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325CB6

Black with #325CB6

Text Example


Text Example

White with #325CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325CB6; }

 p { color: rgb(50,92,182); }

 H1.HeaderClassName
 {
   color: #325CB6;
 }
 .AnyTagClassName
 {
   color: #325CB6;
 }
</style>

background-color css

<style>
 a { background-color: #325CB6; }

 a { background-color: rgb(50,92,182); }

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

border-color css

<style>
 span { border-color: #325CB6; }

 span { border-color: rgb(50,92,182); }

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