Html Css Color HEX #325DB6 Cerulean Blue

📋 copy color: '#325DB6'

red 50 ◦ green 93 ◦ blue 182

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

Shades of Cerulean Blue #325DB6

Tints of Cerulean Blue #325DB6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.62%

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

R = 15.38%
G = 28.62%
B = 56%

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

#325DB6 (or 0x325DB6) is known color: Cerulean Blue. HEX triplet: 32, 5D and B6. RGB value is (50,93,182). Sum of RGB (Red+Green+Blue) = 50+93+182=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 182 (71.48% from 255 or 56% from 325); Max value from RGB is 182 - color contains mainly: blue. Hex color #325DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325DB6 is #CDA249. Grayscale: #595959. Windows color (decimal): -13476426 or 11951410. OLE color: 11951410.

HSL color Cylindrical-coordinate representation of color #325DB6: hue angle of 220.45º 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 #325DB6 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 50 93 182 -
CMYK 0.73 0.49 0 0.29
HSL 220.45º 0.57% 0.45% -
HSV(B) 220.45º 0.73% 0.71% -
XYZ 13.67 11.88 45.83 -
YUV 90.29 179.75 99.26 -
System Red Green Blue C M Y K H S L
Decimal 50 93 182 0.73 0.49 0 0.29 220.45 0.57 0.45
Hex 32 5D B6 49 31 0 1D DC 39 2D
Octal 62 135 266 111 61 0 35 334 71 55
Binary 110010 1011101 10110110 1001001 110001 0 11101 11011100 111001 101101

Color Harmonies of #325DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325DB6

Black with #325DB6

Text Example


Text Example

White with #325DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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