Html Css Color HEX #325CBE Cerulean Blue

📋 copy color: '#325CBE'

red 50 ◦ green 92 ◦ blue 190

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

Shades of Cerulean Blue #325CBE

Tints of Cerulean Blue #325CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.23%

R = 15.06%
G = 27.71%
B = 57.23%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#325CBE (or 0x325CBE) is known color: Cerulean Blue. HEX triplet: 32, 5C and BE. RGB value is (50,92,190). Sum of RGB (Red+Green+Blue) = 50+92+190=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #325CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325CBE is #CDA341. Grayscale: #5A5A5A. Windows color (decimal): -13476674 or 12475442. OLE color: 12475442.

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

Color convert

RGB 50 92 190 -
CMYK 0.74 0.52 0 0.25
HSL 222º 0.58% 0.47% -
HSV(B) 222º 0.74% 0.75% -
XYZ 14.44 12.05 50.28 -
YUV 90.61 184.09 99.03 -
System Red Green Blue C M Y K H S L
Decimal 50 92 190 0.74 0.52 0 0.25 222 0.58 0.47
Hex 32 5C BE 4A 34 0 19 DE 3A 2F
Octal 62 134 276 112 64 0 31 336 72 57
Binary 110010 1011100 10111110 1001010 110100 0 11001 11011110 111010 101111

Color Harmonies of #325CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325CBE

Black with #325CBE

Text Example


Text Example

White with #325CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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