#3992C1

Color #3992C1 Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3992C1

Tints of Curious Blue #3992C1

Color information

#3992C1 (or 0x3992C1) is unknown color: approx Curious Blue. HEX triplet: 39, 92 and C1. RGB value is (57,146,193). Sum of RGB (Red+Green+Blue) = 57+146+193=396 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.39% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 193 (75.78% from 255 or 48.74% from 396); Max value from RGB is 193 - color contains mainly: blue. Hex color #3992C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3992C1 is #C66D3E. Grayscale: #7C7C7C. Windows color (decimal): -13004095 or 12685881. OLE color: 12685881.

HSL color Cylindrical-coordinate representation of color #3992C1: hue angle of 200.74º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3992C1 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB57146193-
CMYK0.700.2400.24
HSL200.74º54.4%49.02%-
HSV(B)200.74º70.47%75.69%-
XYZ21.5925.2854.19-
YUV124.75166.5179.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.39%
GREEN value IS 146 (57.42% from 255) = 36.87%
BLUE value IS 193 (75.78% from 255) = 48.74%
R=14.39%
G=36.87%
B=48.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal571461930.700.2400.24200.7454.449.02
Hex3992C14618018c93631
Octal71222301106300303116661
Binary111001100100101100000110001101100001100011001001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3992C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3992C1;
 }
 .AnyTagClassName
 {
   color: #3992C1;
 }
</style>
background-color css

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

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

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

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

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

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