Html Css Color HEX #3166BE Cerulean Blue

📋 copy color: '#3166BE'

red 49 ◦ green 102 ◦ blue 190

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

Shades of Cerulean Blue #3166BE

Tints of Cerulean Blue #3166BE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.91%

 BLUE value IS 190 (74.61% from 255) = 55.72%

R = 14.37%
G = 29.91%
B = 55.72%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3166BE (or 0x3166BE) is known color: Cerulean Blue. HEX triplet: 31, 66 and BE. RGB value is (49,102,190). Sum of RGB (Red+Green+Blue) = 49+102+190=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #3166BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3166BE is #CE9941. Grayscale: #5F5F5F. Windows color (decimal): -13539650 or 12478001. OLE color: 12478001.

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

Color convert

RGB 49 102 190 -
CMYK 0.74 0.46 0 0.25
HSL 217.45º 0.59% 0.47% -
HSV(B) 217.45º 0.74% 0.75% -
XYZ 15.31 13.87 50.59 -
YUV 96.19 180.94 94.34 -
System Red Green Blue C M Y K H S L
Decimal 49 102 190 0.74 0.46 0 0.25 217.45 0.59 0.47
Hex 31 66 BE 4A 2E 0 19 D9 3B 2F
Octal 61 146 276 112 56 0 31 331 73 57
Binary 110001 1100110 10111110 1001010 101110 0 11001 11011001 111011 101111

Color Harmonies of #3166BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3166BE

Black with #3166BE

Text Example


Text Example

White with #3166BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3166BE; }

 p { color: rgb(49,102,190); }

 H1.HeaderClassName
 {
   color: #3166BE;
 }
 .AnyTagClassName
 {
   color: #3166BE;
 }
</style>

background-color css

<style>
 a { background-color: #3166BE; }

 a { background-color: rgb(49,102,190); }

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

border-color css

<style>
 span { border-color: #3166BE; }

 span { border-color: rgb(49,102,190); }

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