Html Css Color HEX #325BAD Cerulean Blue

📋 copy color: '#325BAD'

red 50 ◦ green 91 ◦ blue 173

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

Shades of Cerulean Blue #325BAD

Tints of Cerulean Blue #325BAD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.98%

 BLUE value IS 173 (67.97% from 255) = 55.1%

R = 15.92%
G = 28.98%
B = 55.1%

CMYK

 C value IS 0.71

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#325BAD (or 0x325BAD) is known color: Cerulean Blue. HEX triplet: 32, 5B and AD. RGB value is (50,91,173). Sum of RGB (Red+Green+Blue) = 50+91+173=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #325BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325BAD is #CDA452. Grayscale: #575757. Windows color (decimal): -13476947 or 11361074. OLE color: 11361074.

HSL color Cylindrical-coordinate representation of color #325BAD: hue angle of 220º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #325BAD is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 91 173 -
CMYK 0.71 0.47 0 0.32
HSL 220º 0.55% 0.44% -
HSV(B) 220º 0.71% 0.68% -
XYZ 12.6 11.18 41.03 -
YUV 88.09 175.92 100.83 -
System Red Green Blue C M Y K H S L
Decimal 50 91 173 0.71 0.47 0 0.32 220 0.55 0.44
Hex 32 5B AD 47 2F 0 20 DC 37 2C
Octal 62 133 255 107 57 0 40 334 67 54
Binary 110010 1011011 10101101 1000111 101111 0 100000 11011100 110111 101100

Color Harmonies of #325BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325BAD

Black with #325BAD

Text Example


Text Example

White with #325BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,91,173); }

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

background-color css

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

 a { background-color: rgb(50,91,173); }

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

border-color css

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

 span { border-color: rgb(50,91,173); }

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