Html Css Color HEX #325AB9 Cerulean Blue

📋 copy color: '#325AB9'

red 50 ◦ green 90 ◦ blue 185

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

Shades of Cerulean Blue #325AB9

Tints of Cerulean Blue #325AB9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.69%

 BLUE value IS 185 (72.66% from 255) = 56.92%

R = 15.38%
G = 27.69%
B = 56.92%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#325AB9 (or 0x325AB9) is known color: Cerulean Blue. HEX triplet: 32, 5A and B9. RGB value is (50,90,185). Sum of RGB (Red+Green+Blue) = 50+90+185=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 185 (72.66% from 255 or 56.92% from 325); Max value from RGB is 185 - color contains mainly: blue. Hex color #325AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325AB9 is #CDA546. Grayscale: #585858. Windows color (decimal): -13477191 or 12147250. OLE color: 12147250.

HSL color Cylindrical-coordinate representation of color #325AB9: hue angle of 222.22º degrees, saturation: 0.57, 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 #325AB9 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 90 185 -
CMYK 0.73 0.51 0 0.27
HSL 222.22º 0.57% 0.46% -
HSV(B) 222.22º 0.73% 0.73% -
XYZ 13.73 11.49 47.39 -
YUV 88.87 182.25 100.28 -
System Red Green Blue C M Y K H S L
Decimal 50 90 185 0.73 0.51 0 0.27 222.22 0.57 0.46
Hex 32 5A B9 49 33 0 1B DE 39 2E
Octal 62 132 271 111 63 0 33 336 71 56
Binary 110010 1011010 10111001 1001001 110011 0 11011 11011110 111001 101110

Color Harmonies of #325AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325AB9

Black with #325AB9

Text Example


Text Example

White with #325AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,90,185); }

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

background-color css

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

 a { background-color: rgb(50,90,185); }

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

border-color css

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

 span { border-color: rgb(50,90,185); }

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