Html Css Color HEX #325ACE Cerulean Blue

📋 copy color: '#325ACE'

red 50 ◦ green 90 ◦ blue 206

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

Shades of Cerulean Blue #325ACE

Tints of Cerulean Blue #325ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.54%

R = 14.45%
G = 26.01%
B = 59.54%

CMYK

 C value IS 0.76

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#325ACE (or 0x325ACE) is known color: Cerulean Blue. HEX triplet: 32, 5A and CE. RGB value is (50,90,206). Sum of RGB (Red+Green+Blue) = 50+90+206=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #325ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325ACE is #CDA531. Grayscale: #5A5A5A. Windows color (decimal): -13477170 or 13523506. OLE color: 13523506.

HSL color Cylindrical-coordinate representation of color #325ACE: hue angle of 224.62º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #325ACE is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 90 206 -
CMYK 0.76 0.56 0 0.19
HSL 224.62º 0.61% 0.5% -
HSV(B) 224.62º 0.76% 0.81% -
XYZ 16.11 12.45 59.95 -
YUV 91.26 192.75 98.57 -
System Red Green Blue C M Y K H S L
Decimal 50 90 206 0.76 0.56 0 0.19 224.62 0.61 0.5
Hex 32 5A CE 4C 38 0 13 E1 3D 32
Octal 62 132 316 114 70 0 23 341 75 62
Binary 110010 1011010 11001110 1001100 111000 0 10011 11100001 111101 110010

Color Harmonies of #325ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325ACE

Black with #325ACE

Text Example


Text Example

White with #325ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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