Html Css Color HEX #325FCB Cerulean Blue

📋 copy color: '#325FCB'

red 50 ◦ green 95 ◦ blue 203

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

Shades of Cerulean Blue #325FCB

Tints of Cerulean Blue #325FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.33%

R = 14.37%
G = 27.3%
B = 58.33%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#325FCB (or 0x325FCB) is known color: Cerulean Blue. HEX triplet: 32, 5F and CB. RGB value is (50,95,203). Sum of RGB (Red+Green+Blue) = 50+95+203=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #325FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325FCB is #CDA034. Grayscale: #5D5D5D. Windows color (decimal): -13475893 or 13328178. OLE color: 13328178.

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

Color convert

RGB 50 95 203 -
CMYK 0.75 0.53 0 0.20
HSL 222.35º 0.6% 0.5% -
HSV(B) 222.35º 0.75% 0.8% -
XYZ 16.19 13.17 58.19 -
YUV 93.86 189.59 96.72 -
System Red Green Blue C M Y K H S L
Decimal 50 95 203 0.75 0.53 0 0.20 222.35 0.6 0.5
Hex 32 5F CB 4B 35 0 14 DE 3C 32
Octal 62 137 313 113 65 0 24 336 74 62
Binary 110010 1011111 11001011 1001011 110101 0 10100 11011110 111100 110010

Color Harmonies of #325FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325FCB

Black with #325FCB

Text Example


Text Example

White with #325FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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