Html Css Color HEX #325BC0 Cerulean Blue

📋 copy color: '#325BC0'

red 50 ◦ green 91 ◦ blue 192

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

Shades of Cerulean Blue #325BC0

Tints of Cerulean Blue #325BC0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.33%

 BLUE value IS 192 (75.39% from 255) = 57.66%

R = 15.02%
G = 27.33%
B = 57.66%

CMYK

 C value IS 0.74

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#325BC0 (or 0x325BC0) is known color: Cerulean Blue. HEX triplet: 32, 5B and C0. RGB value is (50,91,192). Sum of RGB (Red+Green+Blue) = 50+91+192=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 192 (75.39% from 255 or 57.66% from 333); Max value from RGB is 192 - color contains mainly: blue. Hex color #325BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325BC0 is #CDA43F. Grayscale: #595959. Windows color (decimal): -13476928 or 12606258. OLE color: 12606258.

HSL color Cylindrical-coordinate representation of color #325BC0: hue angle of 222.68º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #325BC0 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 91 192 -
CMYK 0.74 0.53 0 0.25
HSL 222.68º 0.59% 0.47% -
HSV(B) 222.68º 0.74% 0.75% -
XYZ 14.57 11.97 51.41 -
YUV 90.26 185.42 99.29 -
System Red Green Blue C M Y K H S L
Decimal 50 91 192 0.74 0.53 0 0.25 222.68 0.59 0.47
Hex 32 5B C0 4A 35 0 19 DF 3B 2F
Octal 62 133 300 112 65 0 31 337 73 57
Binary 110010 1011011 11000000 1001010 110101 0 11001 11011111 111011 101111

Color Harmonies of #325BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325BC0

Black with #325BC0

Text Example


Text Example

White with #325BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,91,192); }

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

background-color css

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

 a { background-color: rgb(50,91,192); }

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

border-color css

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

 span { border-color: rgb(50,91,192); }

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