Html Css Color HEX #325ABA Cerulean Blue

📋 copy color: '#325ABA'

red 50 ◦ green 90 ◦ blue 186

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

Shades of Cerulean Blue #325ABA

Tints of Cerulean Blue #325ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.06%

R = 15.34%
G = 27.61%
B = 57.06%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#325ABA (or 0x325ABA) is known color: Cerulean Blue. HEX triplet: 32, 5A and BA. RGB value is (50,90,186). Sum of RGB (Red+Green+Blue) = 50+90+186=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #325ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325ABA is #CDA545. Grayscale: #585858. Windows color (decimal): -13477190 or 12212786. OLE color: 12212786.

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

Color convert

RGB 50 90 186 -
CMYK 0.73 0.52 0 0.27
HSL 222.35º 0.58% 0.46% -
HSV(B) 222.35º 0.73% 0.73% -
XYZ 13.83 11.54 47.95 -
YUV 88.98 182.75 100.19 -
System Red Green Blue C M Y K H S L
Decimal 50 90 186 0.73 0.52 0 0.27 222.35 0.58 0.46
Hex 32 5A BA 49 34 0 1B DE 3A 2E
Octal 62 132 272 111 64 0 33 336 72 56
Binary 110010 1011010 10111010 1001001 110100 0 11011 11011110 111010 101110

Color Harmonies of #325ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325ABA

Black with #325ABA

Text Example


Text Example

White with #325ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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