#3D92BB

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

Shades of Curious Blue #3D92BB

Tints of Curious Blue #3D92BB

Color information

#3D92BB (or 0x3D92BB) is unknown color: approx Curious Blue. HEX triplet: 3D, 92 and BB. RGB value is (61,146,187). Sum of RGB (Red+Green+Blue) = 61+146+187=394 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.48% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #3D92BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D92BB is #C26D44. Grayscale: #7D7D7D. Windows color (decimal): -12741957 or 12292669. OLE color: 12292669.

HSL color Cylindrical-coordinate representation of color #3D92BB: hue angle of 199.52º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D92BB is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB61146187-
CMYK0.670.2200.27
HSL199.52º50.81%48.63%-
HSV(B)199.52º67.38%73.33%-
XYZ21.1725.1450.75-
YUV125.26162.8482.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.48%
GREEN value IS 146 (57.42% from 255) = 37.06%
BLUE value IS 187 (73.44% from 255) = 47.46%
R=15.48%
G=37.06%
B=47.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal611461870.670.2200.27199.5250.8148.63
Hex3D92BB431601Bc83331
Octal75222273103260333106361
Binary111101100100101011101110000111011001101111001000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D92BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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