Html Css Color HEX #325ABB Cerulean Blue

📋 copy color: '#325ABB'

red 50 ◦ green 90 ◦ blue 187

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

Shades of Cerulean Blue #325ABB

Tints of Cerulean Blue #325ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 57.19%

R = 15.29%
G = 27.52%
B = 57.19%

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

#325ABB (or 0x325ABB) is known color: Cerulean Blue. HEX triplet: 32, 5A and BB. RGB value is (50,90,187). Sum of RGB (Red+Green+Blue) = 50+90+187=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #325ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325ABB is #CDA544. Grayscale: #585858. Windows color (decimal): -13477189 or 12278322. OLE color: 12278322.

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

Color convert

RGB 50 90 187 -
CMYK 0.73 0.52 0 0.27
HSL 222.48º 0.58% 0.46% -
HSV(B) 222.48º 0.73% 0.73% -
XYZ 13.94 11.58 48.51 -
YUV 89.1 183.25 100.11 -
System Red Green Blue C M Y K H S L
Decimal 50 90 187 0.73 0.52 0 0.27 222.48 0.58 0.46
Hex 32 5A BB 49 34 0 1B DE 3A 2E
Octal 62 132 273 111 64 0 33 336 72 56
Binary 110010 1011010 10111011 1001001 110100 0 11011 11011110 111010 101110

Color Harmonies of #325ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325ABB

Black with #325ABB

Text Example


Text Example

White with #325ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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