Html Css Color HEX #325FCA Cerulean Blue

📋 copy color: '#325FCA'

red 50 ◦ green 95 ◦ blue 202

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

Shades of Cerulean Blue #325FCA

Tints of Cerulean Blue #325FCA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.38%

 BLUE value IS 202 (79.3% from 255) = 58.21%

R = 14.41%
G = 27.38%
B = 58.21%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#325FCA (or 0x325FCA) is known color: Cerulean Blue. HEX triplet: 32, 5F and CA. RGB value is (50,95,202). Sum of RGB (Red+Green+Blue) = 50+95+202=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 202 (79.30% from 255 or 58.21% from 347); Max value from RGB is 202 - color contains mainly: blue. Hex color #325FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325FCA is #CDA035. Grayscale: #5D5D5D. Windows color (decimal): -13475894 or 13262642. OLE color: 13262642.

HSL color Cylindrical-coordinate representation of color #325FCA: hue angle of 222.24º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #325FCA is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 95 202 -
CMYK 0.75 0.53 0 0.21
HSL 222.24º 0.6% 0.49% -
HSV(B) 222.24º 0.75% 0.79% -
XYZ 16.07 13.13 57.56 -
YUV 93.74 189.09 96.8 -
System Red Green Blue C M Y K H S L
Decimal 50 95 202 0.75 0.53 0 0.21 222.24 0.6 0.49
Hex 32 5F CA 4B 35 0 15 DE 3C 31
Octal 62 137 312 113 65 0 25 336 74 61
Binary 110010 1011111 11001010 1001011 110101 0 10101 11011110 111100 110001

Color Harmonies of #325FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325FCA

Black with #325FCA

Text Example


Text Example

White with #325FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,95,202); }

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

background-color css

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

 a { background-color: rgb(50,95,202); }

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

border-color css

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

 span { border-color: rgb(50,95,202); }

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