Html Css Color HEX #3153BF Cerulean Blue

📋 copy color: '#3153BF'

red 49 ◦ green 83 ◦ blue 191

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

Shades of Cerulean Blue #3153BF

Tints of Cerulean Blue #3153BF

RGB

 RED value IS 49 (19.53% from 255) = 15.17%

 GREEN value IS 83 (32.81% from 255) = 25.7%

 BLUE value IS 191 (75% from 255) = 59.13%

R = 15.17%
G = 25.7%
B = 59.13%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3153BF (or 0x3153BF) is known color: Cerulean Blue. HEX triplet: 31, 53 and BF. RGB value is (49,83,191). Sum of RGB (Red+Green+Blue) = 49+83+191=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #3153BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3153BF is #CEAC40. Grayscale: #545454. Windows color (decimal): -13544513 or 12538673. OLE color: 12538673.

HSL color Cylindrical-coordinate representation of color #3153BF: hue angle of 225.63º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3153BF is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 83 191 -
CMYK 0.74 0.57 0 0.25
HSL 225.63º 0.59% 0.47% -
HSV(B) 225.63º 0.74% 0.75% -
XYZ 13.76 10.6 50.61 -
YUV 85.15 187.74 102.22 -
System Red Green Blue C M Y K H S L
Decimal 49 83 191 0.74 0.57 0 0.25 225.63 0.59 0.47
Hex 31 53 BF 4A 39 0 19 E2 3B 2F
Octal 61 123 277 112 71 0 31 342 73 57
Binary 110001 1010011 10111111 1001010 111001 0 11001 11100010 111011 101111

Color Harmonies of #3153BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3153BF

Black with #3153BF

Text Example


Text Example

White with #3153BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3153BF; }

 p { color: rgb(49,83,191); }

 H1.HeaderClassName
 {
   color: #3153BF;
 }
 .AnyTagClassName
 {
   color: #3153BF;
 }
</style>

background-color css

<style>
 a { background-color: #3153BF; }

 a { background-color: rgb(49,83,191); }

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

border-color css

<style>
 span { border-color: #3153BF; }

 span { border-color: rgb(49,83,191); }

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