Html Css Color HEX #3166C5 Cerulean Blue

📋 copy color: '#3166C5'

red 49 ◦ green 102 ◦ blue 197

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

Shades of Cerulean Blue #3166C5

Tints of Cerulean Blue #3166C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 56.61%

R = 14.08%
G = 29.31%
B = 56.61%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3166C5 (or 0x3166C5) is known color: Cerulean Blue. HEX triplet: 31, 66 and C5. RGB value is (49,102,197). Sum of RGB (Red+Green+Blue) = 49+102+197=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 197 (77.34% from 255 or 56.61% from 348); Max value from RGB is 197 - color contains mainly: blue. Hex color #3166C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3166C5 is #CE993A. Grayscale: #606060. Windows color (decimal): -13539643 or 12936753. OLE color: 12936753.

HSL color Cylindrical-coordinate representation of color #3166C5: hue angle of 218.51º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3166C5 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 49 102 197 -
CMYK 0.75 0.48 0 0.23
HSL 218.51º 0.6% 0.48% -
HSV(B) 218.51º 0.75% 0.77% -
XYZ 16.1 14.19 54.71 -
YUV 96.98 184.44 93.78 -
System Red Green Blue C M Y K H S L
Decimal 49 102 197 0.75 0.48 0 0.23 218.51 0.6 0.48
Hex 31 66 C5 4B 30 0 17 DB 3C 30
Octal 61 146 305 113 60 0 27 333 74 60
Binary 110001 1100110 11000101 1001011 110000 0 10111 11011011 111100 110000

Color Harmonies of #3166C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3166C5

Black with #3166C5

Text Example


Text Example

White with #3166C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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