Html Css Color HEX #325CB0 Cerulean Blue

📋 copy color: '#325CB0'

red 50 ◦ green 92 ◦ blue 176

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

Shades of Cerulean Blue #325CB0

Tints of Cerulean Blue #325CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 55.35%

R = 15.72%
G = 28.93%
B = 55.35%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#325CB0 (or 0x325CB0) is known color: Cerulean Blue. HEX triplet: 32, 5C and B0. RGB value is (50,92,176). Sum of RGB (Red+Green+Blue) = 50+92+176=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 176 (69.14% from 255 or 55.35% from 318); Max value from RGB is 176 - color contains mainly: blue. Hex color #325CB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325CB0 is #CDA34F. Grayscale: #585858. Windows color (decimal): -13476688 or 11557938. OLE color: 11557938.

HSL color Cylindrical-coordinate representation of color #325CB0: hue angle of 220º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #325CB0 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 92 176 -
CMYK 0.72 0.48 0 0.31
HSL 220º 0.56% 0.44% -
HSV(B) 220º 0.72% 0.69% -
XYZ 12.98 11.47 42.6 -
YUV 89.02 177.09 100.17 -
System Red Green Blue C M Y K H S L
Decimal 50 92 176 0.72 0.48 0 0.31 220 0.56 0.44
Hex 32 5C B0 48 30 0 1F DC 38 2C
Octal 62 134 260 110 60 0 37 334 70 54
Binary 110010 1011100 10110000 1001000 110000 0 11111 11011100 111000 101100

Color Harmonies of #325CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325CB0

Black with #325CB0

Text Example


Text Example

White with #325CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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