Html Css Color HEX #3992BB Curious Blue

📋 copy color: '#3992BB'

red 57 ◦ green 146 ◦ blue 187

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

Shades of Curious Blue #3992BB

Tints of Curious Blue #3992BB

RGB

 RED value IS 57 (22.66% from 255) = 14.62%

 GREEN value IS 146 (57.42% from 255) = 37.44%

 BLUE value IS 187 (73.44% from 255) = 47.95%

R = 14.62%
G = 37.44%
B = 47.95%

CMYK

 C value IS 0.70

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3992BB (or 0x3992BB) is known color: Curious Blue. HEX triplet: 39, 92 and BB. RGB value is (57,146,187). Sum of RGB (Red+Green+Blue) = 57+146+187=390 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.62% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #3992BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3992BB is #C66D44. Grayscale: #7B7B7B. Windows color (decimal): -13004101 or 12292665. OLE color: 12292665.

HSL color Cylindrical-coordinate representation of color #3992BB: hue angle of 198.92º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3992BB is Cyan = 0.70, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 146 187 -
CMYK 0.70 0.22 0 0.27
HSL 198.92º 0.53% 0.48% -
HSV(B) 198.92º 0.7% 0.73% -
XYZ 20.94 25.02 50.74 -
YUV 124.06 163.51 80.17 -
System Red Green Blue C M Y K H S L
Decimal 57 146 187 0.70 0.22 0 0.27 198.92 0.53 0.48
Hex 39 92 BB 46 16 0 1B C7 35 30
Octal 71 222 273 106 26 0 33 307 65 60
Binary 111001 10010010 10111011 1000110 10110 0 11011 11000111 110101 110000

Color Harmonies of #3992BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3992BB

Black with #3992BB

Text Example


Text Example

White with #3992BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3992BB; }

 p { color: rgb(57,146,187); }

 H1.HeaderClassName
 {
   color: #3992BB;
 }
 .AnyTagClassName
 {
   color: #3992BB;
 }
</style>

background-color css

<style>
 a { background-color: #3992BB; }

 a { background-color: rgb(57,146,187); }

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

border-color css

<style>
 span { border-color: #3992BB; }

 span { border-color: rgb(57,146,187); }

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