Html Css Color HEX #3155AB Cerulean Blue

📋 copy color: '#3155AB'

red 49 ◦ green 85 ◦ blue 171

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

Shades of Cerulean Blue #3155AB

Tints of Cerulean Blue #3155AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.07%

R = 16.07%
G = 27.87%
B = 56.07%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3155AB (or 0x3155AB) is known color: Cerulean Blue. HEX triplet: 31, 55 and AB. RGB value is (49,85,171). Sum of RGB (Red+Green+Blue) = 49+85+171=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #3155AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3155AB is #CEAA54. Grayscale: #535353. Windows color (decimal): -13544021 or 11228465. OLE color: 11228465.

HSL color Cylindrical-coordinate representation of color #3155AB: hue angle of 222.3º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3155AB is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 85 171 -
CMYK 0.71 0.50 0 0.33
HSL 222.3º 0.55% 0.43% -
HSV(B) 222.3º 0.71% 0.67% -
XYZ 11.87 10.09 39.85 -
YUV 84.04 177.07 103.01 -
System Red Green Blue C M Y K H S L
Decimal 49 85 171 0.71 0.50 0 0.33 222.3 0.55 0.43
Hex 31 55 AB 47 32 0 21 DE 37 2B
Octal 61 125 253 107 62 0 41 336 67 53
Binary 110001 1010101 10101011 1000111 110010 0 100001 11011110 110111 101011

Color Harmonies of #3155AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3155AB

Black with #3155AB

Text Example


Text Example

White with #3155AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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