Html Css Color HEX #325BC2 Cerulean Blue

📋 copy color: '#325BC2'

red 50 ◦ green 91 ◦ blue 194

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

Shades of Cerulean Blue #325BC2

Tints of Cerulean Blue #325BC2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.16%

 BLUE value IS 194 (76.17% from 255) = 57.91%

R = 14.93%
G = 27.16%
B = 57.91%

CMYK

 C value IS 0.74

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#325BC2 (or 0x325BC2) is known color: Cerulean Blue. HEX triplet: 32, 5B and C2. RGB value is (50,91,194). Sum of RGB (Red+Green+Blue) = 50+91+194=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 194 (76.17% from 255 or 57.91% from 335); Max value from RGB is 194 - color contains mainly: blue. Hex color #325BC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325BC2 is #CDA43D. Grayscale: #5A5A5A. Windows color (decimal): -13476926 or 12737330. OLE color: 12737330.

HSL color Cylindrical-coordinate representation of color #325BC2: hue angle of 222.92º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #325BC2 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 50 91 194 -
CMYK 0.74 0.53 0 0.24
HSL 222.92º 0.59% 0.48% -
HSV(B) 222.92º 0.74% 0.76% -
XYZ 14.79 12.06 52.59 -
YUV 90.48 186.42 99.12 -
System Red Green Blue C M Y K H S L
Decimal 50 91 194 0.74 0.53 0 0.24 222.92 0.59 0.48
Hex 32 5B C2 4A 35 0 18 DF 3B 30
Octal 62 133 302 112 65 0 30 337 73 60
Binary 110010 1011011 11000010 1001010 110101 0 11000 11011111 111011 110000

Color Harmonies of #325BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325BC2

Black with #325BC2

Text Example


Text Example

White with #325BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,91,194); }

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

background-color css

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

 a { background-color: rgb(50,91,194); }

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

border-color css

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

 span { border-color: rgb(50,91,194); }

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