Html Css Color HEX #325DBD Cerulean Blue

📋 copy color: '#325DBD'

red 50 ◦ green 93 ◦ blue 189

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

Shades of Cerulean Blue #325DBD

Tints of Cerulean Blue #325DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.93%

R = 15.06%
G = 28.01%
B = 56.93%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#325DBD (or 0x325DBD) is known color: Cerulean Blue. HEX triplet: 32, 5D and BD. RGB value is (50,93,189). Sum of RGB (Red+Green+Blue) = 50+93+189=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 189 (74.22% from 255 or 56.93% from 332); Max value from RGB is 189 - color contains mainly: blue. Hex color #325DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325DBD is #CDA242. Grayscale: #5A5A5A. Windows color (decimal): -13476419 or 12410162. OLE color: 12410162.

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

Color convert

RGB 50 93 189 -
CMYK 0.74 0.51 0 0.26
HSL 221.44º 0.58% 0.47% -
HSV(B) 221.44º 0.74% 0.74% -
XYZ 14.42 12.18 49.74 -
YUV 91.09 183.25 98.69 -
System Red Green Blue C M Y K H S L
Decimal 50 93 189 0.74 0.51 0 0.26 221.44 0.58 0.47
Hex 32 5D BD 4A 33 0 1A DD 3A 2F
Octal 62 135 275 112 63 0 32 335 72 57
Binary 110010 1011101 10111101 1001010 110011 0 11010 11011101 111010 101111

Color Harmonies of #325DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325DBD

Black with #325DBD

Text Example


Text Example

White with #325DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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