Html Css Color HEX #3166BA Cerulean Blue

📋 copy color: '#3166BA'

red 49 ◦ green 102 ◦ blue 186

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

Shades of Cerulean Blue #3166BA

Tints of Cerulean Blue #3166BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.19%

R = 14.54%
G = 30.27%
B = 55.19%

CMYK

 C value IS 0.74

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3166BA (or 0x3166BA) is known color: Cerulean Blue. HEX triplet: 31, 66 and BA. RGB value is (49,102,186). Sum of RGB (Red+Green+Blue) = 49+102+186=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #3166BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3166BA is #CE9945. Grayscale: #5F5F5F. Windows color (decimal): -13539654 or 12215857. OLE color: 12215857.

HSL color Cylindrical-coordinate representation of color #3166BA: hue angle of 216.79º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3166BA is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 102 186 -
CMYK 0.74 0.45 0 0.27
HSL 216.79º 0.58% 0.46% -
HSV(B) 216.79º 0.74% 0.73% -
XYZ 14.88 13.7 48.31 -
YUV 95.73 178.94 94.67 -
System Red Green Blue C M Y K H S L
Decimal 49 102 186 0.74 0.45 0 0.27 216.79 0.58 0.46
Hex 31 66 BA 4A 2D 0 1B D9 3A 2E
Octal 61 146 272 112 55 0 33 331 72 56
Binary 110001 1100110 10111010 1001010 101101 0 11011 11011001 111010 101110

Color Harmonies of #3166BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3166BA

Black with #3166BA

Text Example


Text Example

White with #3166BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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