Html Css Color HEX #325DAE Cerulean Blue

📋 copy color: '#325DAE'

red 50 ◦ green 93 ◦ blue 174

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

Shades of Cerulean Blue #325DAE

Tints of Cerulean Blue #325DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.89%

R = 15.77%
G = 29.34%
B = 54.89%

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

#325DAE (or 0x325DAE) is known color: Cerulean Blue. HEX triplet: 32, 5D and AE. RGB value is (50,93,174). Sum of RGB (Red+Green+Blue) = 50+93+174=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #325DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325DAE is #CDA251. Grayscale: #595959. Windows color (decimal): -13476434 or 11427122. OLE color: 11427122.

HSL color Cylindrical-coordinate representation of color #325DAE: hue angle of 219.19º 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 #325DAE is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 50 93 174 -
CMYK 0.71 0.47 0 0.32
HSL 219.19º 0.55% 0.44% -
HSV(B) 219.19º 0.71% 0.68% -
XYZ 12.87 11.56 41.6 -
YUV 89.38 175.75 99.91 -
System Red Green Blue C M Y K H S L
Decimal 50 93 174 0.71 0.47 0 0.32 219.19 0.55 0.44
Hex 32 5D AE 47 2F 0 20 DB 37 2C
Octal 62 135 256 107 57 0 40 333 67 54
Binary 110010 1011101 10101110 1000111 101111 0 100000 11011011 110111 101100

Color Harmonies of #325DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325DAE

Black with #325DAE

Text Example


Text Example

White with #325DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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