Html Css Color HEX #325DBB Cerulean Blue

📋 copy color: '#325DBB'

red 50 ◦ green 93 ◦ blue 187

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

Shades of Cerulean Blue #325DBB

Tints of Cerulean Blue #325DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.67%

R = 15.15%
G = 28.18%
B = 56.67%

CMYK

 C value IS 0.73

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#325DBB (or 0x325DBB) is known color: Cerulean Blue. HEX triplet: 32, 5D and BB. RGB value is (50,93,187). Sum of RGB (Red+Green+Blue) = 50+93+187=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #325DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325DBB is #CDA244. Grayscale: #5A5A5A. Windows color (decimal): -13476421 or 12279090. OLE color: 12279090.

HSL color Cylindrical-coordinate representation of color #325DBB: hue angle of 221.17º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #325DBB is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 93 187 -
CMYK 0.73 0.50 0 0.27
HSL 221.17º 0.58% 0.46% -
HSV(B) 221.17º 0.73% 0.73% -
XYZ 14.2 12.09 48.6 -
YUV 90.86 182.25 98.86 -
System Red Green Blue C M Y K H S L
Decimal 50 93 187 0.73 0.50 0 0.27 221.17 0.58 0.46
Hex 32 5D BB 49 32 0 1B DD 3A 2E
Octal 62 135 273 111 62 0 33 335 72 56
Binary 110010 1011101 10111011 1001001 110010 0 11011 11011101 111010 101110

Color Harmonies of #325DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325DBB

Black with #325DBB

Text Example


Text Example

White with #325DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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