Html Css Color HEX #325EC0 Cerulean Blue

📋 copy color: '#325EC0'

red 50 ◦ green 94 ◦ blue 192

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

Shades of Cerulean Blue #325EC0

Tints of Cerulean Blue #325EC0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.98%

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

R = 14.88%
G = 27.98%
B = 57.14%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#325EC0 (or 0x325EC0) is known color: Cerulean Blue. HEX triplet: 32, 5E and C0. RGB value is (50,94,192). Sum of RGB (Red+Green+Blue) = 50+94+192=336 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.88% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 192 (75.39% from 255 or 57.14% from 336); Max value from RGB is 192 - color contains mainly: blue. Hex color #325EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325EC0 is #CDA13F. Grayscale: #5B5B5B. Windows color (decimal): -13476160 or 12607026. OLE color: 12607026.

HSL color Cylindrical-coordinate representation of color #325EC0: hue angle of 221.41º 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 #325EC0 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 94 192 -
CMYK 0.74 0.51 0 0.25
HSL 221.41º 0.59% 0.47% -
HSV(B) 221.41º 0.74% 0.75% -
XYZ 14.83 12.49 51.5 -
YUV 92.02 184.42 98.03 -
System Red Green Blue C M Y K H S L
Decimal 50 94 192 0.74 0.51 0 0.25 221.41 0.59 0.47
Hex 32 5E C0 4A 33 0 19 DD 3B 2F
Octal 62 136 300 112 63 0 31 335 73 57
Binary 110010 1011110 11000000 1001010 110011 0 11001 11011101 111011 101111

Color Harmonies of #325EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325EC0

Black with #325EC0

Text Example


Text Example

White with #325EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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