Html Css Color HEX #325EBB Cerulean Blue

📋 copy color: '#325EBB'

red 50 ◦ green 94 ◦ blue 187

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

Shades of Cerulean Blue #325EBB

Tints of Cerulean Blue #325EBB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.4%

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

R = 15.11%
G = 28.4%
B = 56.5%

CMYK

 C value IS 0.73

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#325EBB (or 0x325EBB) is known color: Cerulean Blue. HEX triplet: 32, 5E and BB. RGB value is (50,94,187). Sum of RGB (Red+Green+Blue) = 50+94+187=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #325EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325EBB is #CDA144. Grayscale: #5B5B5B. Windows color (decimal): -13476165 or 12279346. OLE color: 12279346.

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

Color convert

RGB 50 94 187 -
CMYK 0.73 0.50 0 0.27
HSL 220.73º 0.58% 0.46% -
HSV(B) 220.73º 0.73% 0.73% -
XYZ 14.29 12.27 48.63 -
YUV 91.45 181.92 98.44 -
System Red Green Blue C M Y K H S L
Decimal 50 94 187 0.73 0.50 0 0.27 220.73 0.58 0.46
Hex 32 5E BB 49 32 0 1B DD 3A 2E
Octal 62 136 273 111 62 0 33 335 72 56
Binary 110010 1011110 10111011 1001001 110010 0 11011 11011101 111010 101110

Color Harmonies of #325EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325EBB

Black with #325EBB

Text Example


Text Example

White with #325EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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