Html Css Color HEX #3155AE Cerulean Blue

📋 copy color: '#3155AE'

red 49 ◦ green 85 ◦ blue 174

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

Shades of Cerulean Blue #3155AE

Tints of Cerulean Blue #3155AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 56.49%

R = 15.91%
G = 27.6%
B = 56.49%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3155AE (or 0x3155AE) is known color: Cerulean Blue. HEX triplet: 31, 55 and AE. RGB value is (49,85,174). Sum of RGB (Red+Green+Blue) = 49+85+174=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #3155AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3155AE is #CEAA51. Grayscale: #535353. Windows color (decimal): -13544018 or 11425073. OLE color: 11425073.

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

Color convert

RGB 49 85 174 -
CMYK 0.72 0.51 0 0.32
HSL 222.72º 0.56% 0.44% -
HSV(B) 222.72º 0.72% 0.68% -
XYZ 12.16 10.21 41.37 -
YUV 84.38 178.57 102.76 -
System Red Green Blue C M Y K H S L
Decimal 49 85 174 0.72 0.51 0 0.32 222.72 0.56 0.44
Hex 31 55 AE 48 33 0 20 DF 38 2C
Octal 61 125 256 110 63 0 40 337 70 54
Binary 110001 1010101 10101110 1001000 110011 0 100000 11011111 111000 101100

Color Harmonies of #3155AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3155AE

Black with #3155AE

Text Example


Text Example

White with #3155AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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