Html Css Color HEX #3156D0 Cerulean Blue

📋 copy color: '#3156D0'

red 49 ◦ green 86 ◦ blue 208

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

Shades of Cerulean Blue #3156D0

Tints of Cerulean Blue #3156D0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.07%

 BLUE value IS 208 (81.64% from 255) = 60.64%

R = 14.29%
G = 25.07%
B = 60.64%

CMYK

 C value IS 0.76

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3156D0 (or 0x3156D0) is known color: Cerulean Blue. HEX triplet: 31, 56 and D0. RGB value is (49,86,208). Sum of RGB (Red+Green+Blue) = 49+86+208=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 208 (81.64% from 255 or 60.64% from 343); Max value from RGB is 208 - color contains mainly: blue. Hex color #3156D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3156D0 is #CEA92F. Grayscale: #585858. Windows color (decimal): -13543728 or 13653553. OLE color: 13653553.

HSL color Cylindrical-coordinate representation of color #3156D0: hue angle of 226.04º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3156D0 is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 86 208 -
CMYK 0.76 0.59 0 0.18
HSL 226.04º 0.63% 0.5% -
HSV(B) 226.04º 0.76% 0.82% -
XYZ 15.98 11.86 61.12 -
YUV 88.85 195.24 99.58 -
System Red Green Blue C M Y K H S L
Decimal 49 86 208 0.76 0.59 0 0.18 226.04 0.63 0.5
Hex 31 56 D0 4C 3B 0 12 E2 3F 32
Octal 61 126 320 114 73 0 22 342 77 62
Binary 110001 1010110 11010000 1001100 111011 0 10010 11100010 111111 110010

Color Harmonies of #3156D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3156D0

Black with #3156D0

Text Example


Text Example

White with #3156D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3156D0; }

 p { color: rgb(49,86,208); }

 H1.HeaderClassName
 {
   color: #3156D0;
 }
 .AnyTagClassName
 {
   color: #3156D0;
 }
</style>

background-color css

<style>
 a { background-color: #3156D0; }

 a { background-color: rgb(49,86,208); }

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

border-color css

<style>
 span { border-color: #3156D0; }

 span { border-color: rgb(49,86,208); }

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