Html Css Color HEX #325DBF Cerulean Blue

📋 copy color: '#325DBF'

red 50 ◦ green 93 ◦ blue 191

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

Shades of Cerulean Blue #325DBF

Tints of Cerulean Blue #325DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.19%

R = 14.97%
G = 27.84%
B = 57.19%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#325DBF (or 0x325DBF) is known color: Cerulean Blue. HEX triplet: 32, 5D and BF. RGB value is (50,93,191). Sum of RGB (Red+Green+Blue) = 50+93+191=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #325DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325DBF is #CDA240. Grayscale: #5A5A5A. Windows color (decimal): -13476417 or 12541234. OLE color: 12541234.

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

Color convert

RGB 50 93 191 -
CMYK 0.74 0.51 0 0.25
HSL 221.7º 0.59% 0.47% -
HSV(B) 221.7º 0.74% 0.75% -
XYZ 14.63 12.27 50.89 -
YUV 91.32 184.25 98.53 -
System Red Green Blue C M Y K H S L
Decimal 50 93 191 0.74 0.51 0 0.25 221.7 0.59 0.47
Hex 32 5D BF 4A 33 0 19 DE 3B 2F
Octal 62 135 277 112 63 0 31 336 73 57
Binary 110010 1011101 10111111 1001010 110011 0 11001 11011110 111011 101111

Color Harmonies of #325DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325DBF

Black with #325DBF

Text Example


Text Example

White with #325DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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