Html Css Color HEX #325AC2 Cerulean Blue

📋 copy color: '#325AC2'

red 50 ◦ green 90 ◦ blue 194

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

Shades of Cerulean Blue #325AC2

Tints of Cerulean Blue #325AC2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.95%

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

R = 14.97%
G = 26.95%
B = 58.08%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#325AC2 (or 0x325AC2) is known color: Cerulean Blue. HEX triplet: 32, 5A and C2. RGB value is (50,90,194). Sum of RGB (Red+Green+Blue) = 50+90+194=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 194 (76.17% from 255 or 58.08% from 334); Max value from RGB is 194 - color contains mainly: blue. Hex color #325AC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325AC2 is #CDA53D. Grayscale: #595959. Windows color (decimal): -13477182 or 12737074. OLE color: 12737074.

HSL color Cylindrical-coordinate representation of color #325AC2: hue angle of 223.33º 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 #325AC2 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 50 90 194 -
CMYK 0.74 0.54 0 0.24
HSL 223.33º 0.59% 0.48% -
HSV(B) 223.33º 0.74% 0.76% -
XYZ 14.71 11.89 52.56 -
YUV 89.9 186.75 99.54 -
System Red Green Blue C M Y K H S L
Decimal 50 90 194 0.74 0.54 0 0.24 223.33 0.59 0.48
Hex 32 5A C2 4A 36 0 18 DF 3B 30
Octal 62 132 302 112 66 0 30 337 73 60
Binary 110010 1011010 11000010 1001010 110110 0 11000 11011111 111011 110000

Color Harmonies of #325AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325AC2

Black with #325AC2

Text Example


Text Example

White with #325AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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