Html Css Color HEX #3796BC Curious Blue

📋 copy color: '#3796BC'

red 55 ◦ green 150 ◦ blue 188

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

Shades of Curious Blue #3796BC

Tints of Curious Blue #3796BC

RGB

 RED value IS 55 (21.88% from 255) = 13.99%

 GREEN value IS 150 (58.98% from 255) = 38.17%

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 13.99%
G = 38.17%
B = 47.84%

CMYK

 C value IS 0.71

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3796BC (or 0x3796BC) is known color: Curious Blue. HEX triplet: 37, 96 and BC. RGB value is (55,150,188). Sum of RGB (Red+Green+Blue) = 55+150+188=393 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.99% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #3796BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3796BC is #C86943. Grayscale: #7D7D7D. Windows color (decimal): -13134148 or 12359223. OLE color: 12359223.

HSL color Cylindrical-coordinate representation of color #3796BC: hue angle of 197.14º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3796BC is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 150 188 -
CMYK 0.71 0.20 0 0.26
HSL 197.14º 0.55% 0.48% -
HSV(B) 197.14º 0.71% 0.74% -
XYZ 21.56 26.26 51.51 -
YUV 125.93 163.03 77.41 -
System Red Green Blue C M Y K H S L
Decimal 55 150 188 0.71 0.20 0 0.26 197.14 0.55 0.48
Hex 37 96 BC 47 14 0 1A C5 37 30
Octal 67 226 274 107 24 0 32 305 67 60
Binary 110111 10010110 10111100 1000111 10100 0 11010 11000101 110111 110000

Color Harmonies of #3796BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3796BC

Black with #3796BC

Text Example


Text Example

White with #3796BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3796BC; }

 p { color: rgb(55,150,188); }

 H1.HeaderClassName
 {
   color: #3796BC;
 }
 .AnyTagClassName
 {
   color: #3796BC;
 }
</style>

background-color css

<style>
 a { background-color: #3796BC; }

 a { background-color: rgb(55,150,188); }

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

border-color css

<style>
 span { border-color: #3796BC; }

 span { border-color: rgb(55,150,188); }

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