Html Css Color HEX #3992BE Curious Blue

📋 copy color: '#3992BE'

red 57 ◦ green 146 ◦ blue 190

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

Shades of Curious Blue #3992BE

Tints of Curious Blue #3992BE

RGB

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

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

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

R = 14.5%
G = 37.15%
B = 48.35%

CMYK

 C value IS 0.7

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3992BE (or 0x3992BE) is known color: Curious Blue. HEX triplet: 39, 92 and BE. RGB value is (57,146,190). Sum of RGB (Red+Green+Blue) = 57+146+190=393 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.50% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #3992BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3992BE is #C66D41. Grayscale: #7C7C7C. Windows color (decimal): -13004098 or 12489273. OLE color: 12489273.

HSL color Cylindrical-coordinate representation of color #3992BE: hue angle of 199.85º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3992BE is Cyan = 0.7, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 57 146 190 -
CMYK 0.7 0.23 0 0.25
HSL 199.85º 0.54% 0.48% -
HSV(B) 199.85º 0.7% 0.75% -
XYZ 21.26 25.15 52.45 -
YUV 124.41 165.01 79.92 -
System Red Green Blue C M Y K H S L
Decimal 57 146 190 0.7 0.23 0 0.25 199.85 0.54 0.48
Hex 39 92 BE 46 17 0 19 C8 36 30
Octal 71 222 276 106 27 0 31 310 66 60
Binary 111001 10010010 10111110 1000110 10111 0 11001 11001000 110110 110000

Color Harmonies of #3992BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3992BE

Black with #3992BE

Text Example


Text Example

White with #3992BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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