Html Css Color HEX #325DBC Cerulean Blue

📋 copy color: '#325DBC'

red 50 ◦ green 93 ◦ blue 188

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

Shades of Cerulean Blue #325DBC

Tints of Cerulean Blue #325DBC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.1%

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 15.11%
G = 28.1%
B = 56.8%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#325DBC (or 0x325DBC) is known color: Cerulean Blue. HEX triplet: 32, 5D and BC. RGB value is (50,93,188). Sum of RGB (Red+Green+Blue) = 50+93+188=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #325DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325DBC is #CDA243. Grayscale: #5A5A5A. Windows color (decimal): -13476420 or 12344626. OLE color: 12344626.

HSL color Cylindrical-coordinate representation of color #325DBC: hue angle of 221.3º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #325DBC is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 93 188 -
CMYK 0.73 0.51 0 0.26
HSL 221.3º 0.58% 0.47% -
HSV(B) 221.3º 0.73% 0.74% -
XYZ 14.31 12.14 49.17 -
YUV 90.97 182.75 98.78 -
System Red Green Blue C M Y K H S L
Decimal 50 93 188 0.73 0.51 0 0.26 221.3 0.58 0.47
Hex 32 5D BC 49 33 0 1A DD 3A 2F
Octal 62 135 274 111 63 0 32 335 72 57
Binary 110010 1011101 10111100 1001001 110011 0 11010 11011101 111010 101111

Color Harmonies of #325DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325DBC

Black with #325DBC

Text Example


Text Example

White with #325DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,93,188); }

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

background-color css

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

 a { background-color: rgb(50,93,188); }

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

border-color css

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

 span { border-color: rgb(50,93,188); }

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