Html Css Color HEX #3155BF Cerulean Blue

📋 copy color: '#3155BF'

red 49 ◦ green 85 ◦ blue 191

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

Shades of Cerulean Blue #3155BF

Tints of Cerulean Blue #3155BF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.15%

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

R = 15.08%
G = 26.15%
B = 58.77%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3155BF (or 0x3155BF) is known color: Cerulean Blue. HEX triplet: 31, 55 and BF. RGB value is (49,85,191). Sum of RGB (Red+Green+Blue) = 49+85+191=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 191 (75% from 255 or 58.77% from 325); Max value from RGB is 191 - color contains mainly: blue. Hex color #3155BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3155BF is #CEAA40. Grayscale: #555555. Windows color (decimal): -13544001 or 12539185. OLE color: 12539185.

HSL color Cylindrical-coordinate representation of color #3155BF: hue angle of 224.79º 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 #3155BF is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 85 191 -
CMYK 0.74 0.55 0 0.25
HSL 224.79º 0.59% 0.47% -
HSV(B) 224.79º 0.74% 0.75% -
XYZ 13.92 10.91 50.66 -
YUV 86.32 187.07 101.38 -
System Red Green Blue C M Y K H S L
Decimal 49 85 191 0.74 0.55 0 0.25 224.79 0.59 0.47
Hex 31 55 BF 4A 37 0 19 E1 3B 2F
Octal 61 125 277 112 67 0 31 341 73 57
Binary 110001 1010101 10111111 1001010 110111 0 11001 11100001 111011 101111

Color Harmonies of #3155BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3155BF

Black with #3155BF

Text Example


Text Example

White with #3155BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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