#3D92BE

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

Shades of Curious Blue #3D92BE

Tints of Curious Blue #3D92BE

Color information

#3D92BE (or 0x3D92BE) is unknown color: approx Curious Blue. HEX triplet: 3D, 92 and BE. RGB value is (61,146,190). Sum of RGB (Red+Green+Blue) = 61+146+190=397 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.37% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #3D92BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D92BE is #C26D41. Grayscale: #7D7D7D. Windows color (decimal): -12741954 or 12489277. OLE color: 12489277.

HSL color Cylindrical-coordinate representation of color #3D92BE: hue angle of 200.47º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D92BE is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB61146190-
CMYK0.680.2300.25
HSL200.47º51.39%49.22%-
HSV(B)200.47º67.89%74.51%-
XYZ21.525.2752.46-
YUV125.6164.3481.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.37%
GREEN value IS 146 (57.42% from 255) = 36.78%
BLUE value IS 190 (74.61% from 255) = 47.86%
R=15.37%
G=36.78%
B=47.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal611461900.680.2300.25200.4751.3949.22
Hex3D92BE4417019c83331
Octal75222276104270313106361
Binary111101100100101011111010001001011101100111001000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D92BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D92BE; }

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

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

<style>
 a { background-color: #3D92BE; }

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

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

<style>
 span { border-color: #3D92BE; }

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

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