Html Css Color HEX #325CC8 Cerulean Blue

📋 copy color: '#325CC8'

red 50 ◦ green 92 ◦ blue 200

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

Shades of Cerulean Blue #325CC8

Tints of Cerulean Blue #325CC8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.9%

 BLUE value IS 200 (78.52% from 255) = 58.48%

R = 14.62%
G = 26.9%
B = 58.48%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#325CC8 (or 0x325CC8) is known color: Cerulean Blue. HEX triplet: 32, 5C and C8. RGB value is (50,92,200). Sum of RGB (Red+Green+Blue) = 50+92+200=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 200 (78.52% from 255 or 58.48% from 342); Max value from RGB is 200 - color contains mainly: blue. Hex color #325CC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325CC8 is #CDA337. Grayscale: #5B5B5B. Windows color (decimal): -13476664 or 13130802. OLE color: 13130802.

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

Color convert

RGB 50 92 200 -
CMYK 0.75 0.54 0 0.22
HSL 223.2º 0.6% 0.49% -
HSV(B) 223.2º 0.75% 0.78% -
XYZ 15.57 12.5 56.24 -
YUV 91.75 189.09 98.22 -
System Red Green Blue C M Y K H S L
Decimal 50 92 200 0.75 0.54 0 0.22 223.2 0.6 0.49
Hex 32 5C C8 4B 36 0 16 DF 3C 31
Octal 62 134 310 113 66 0 26 337 74 61
Binary 110010 1011100 11001000 1001011 110110 0 10110 11011111 111100 110001

Color Harmonies of #325CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325CC8

Black with #325CC8

Text Example


Text Example

White with #325CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,92,200); }

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

background-color css

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

 a { background-color: rgb(50,92,200); }

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

border-color css

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

 span { border-color: rgb(50,92,200); }

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