Html Css Color HEX #3155AC Cerulean Blue

📋 copy color: '#3155AC'

red 49 ◦ green 85 ◦ blue 172

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

Shades of Cerulean Blue #3155AC

Tints of Cerulean Blue #3155AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.21%

R = 16.01%
G = 27.78%
B = 56.21%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3155AC (or 0x3155AC) is known color: Cerulean Blue. HEX triplet: 31, 55 and AC. RGB value is (49,85,172). Sum of RGB (Red+Green+Blue) = 49+85+172=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #3155AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3155AC is #CEAA53. Grayscale: #535353. Windows color (decimal): -13544020 or 11294001. OLE color: 11294001.

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

Color convert

RGB 49 85 172 -
CMYK 0.72 0.51 0 0.33
HSL 222.44º 0.56% 0.43% -
HSV(B) 222.44º 0.72% 0.67% -
XYZ 11.96 10.13 40.35 -
YUV 84.15 177.57 102.93 -
System Red Green Blue C M Y K H S L
Decimal 49 85 172 0.72 0.51 0 0.33 222.44 0.56 0.43
Hex 31 55 AC 48 33 0 21 DE 38 2B
Octal 61 125 254 110 63 0 41 336 70 53
Binary 110001 1010101 10101100 1001000 110011 0 100001 11011110 111000 101011

Color Harmonies of #3155AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3155AC

Black with #3155AC

Text Example


Text Example

White with #3155AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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