Html Css Color HEX #325FBC Cerulean Blue

📋 copy color: '#325FBC'

red 50 ◦ green 95 ◦ blue 188

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

Shades of Cerulean Blue #325FBC

Tints of Cerulean Blue #325FBC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.53%

 BLUE value IS 188 (73.83% from 255) = 56.46%

R = 15.02%
G = 28.53%
B = 56.46%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#325FBC (or 0x325FBC) is known color: Cerulean Blue. HEX triplet: 32, 5F and BC. RGB value is (50,95,188). Sum of RGB (Red+Green+Blue) = 50+95+188=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #325FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325FBC is #CDA043. Grayscale: #5B5B5B. Windows color (decimal): -13475908 or 12345138. OLE color: 12345138.

HSL color Cylindrical-coordinate representation of color #325FBC: hue angle of 220.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #325FBC is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 95 188 -
CMYK 0.73 0.49 0 0.26
HSL 220.43º 0.58% 0.47% -
HSV(B) 220.43º 0.73% 0.74% -
XYZ 14.48 12.49 49.22 -
YUV 92.15 182.09 97.94 -
System Red Green Blue C M Y K H S L
Decimal 50 95 188 0.73 0.49 0 0.26 220.43 0.58 0.47
Hex 32 5F BC 49 31 0 1A DC 3A 2F
Octal 62 137 274 111 61 0 32 334 72 57
Binary 110010 1011111 10111100 1001001 110001 0 11010 11011100 111010 101111

Color Harmonies of #325FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325FBC

Black with #325FBC

Text Example


Text Example

White with #325FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,95,188); }

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

background-color css

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

 a { background-color: rgb(50,95,188); }

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

border-color css

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

 span { border-color: rgb(50,95,188); }

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