#3D92BD

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

Shades of Curious Blue #3D92BD

Tints of Curious Blue #3D92BD

Color information

#3D92BD (or 0x3D92BD) is unknown color: approx Curious Blue. HEX triplet: 3D, 92 and BD. RGB value is (61,146,189). Sum of RGB (Red+Green+Blue) = 61+146+189=396 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.40% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #3D92BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D92BD is #C26D42. Grayscale: #7D7D7D. Windows color (decimal): -12741955 or 12423741. OLE color: 12423741.

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

Color convert

RGB61146189-
CMYK0.680.2300.26
HSL200.16º51.2%49.02%-
HSV(B)200.16º67.72%74.12%-
XYZ21.3925.2251.89-
YUV125.49163.8482-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.40%
GREEN value IS 146 (57.42% from 255) = 36.87%
BLUE value IS 189 (74.22% from 255) = 47.73%
R=15.40%
G=36.87%
B=47.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal611461890.680.2300.26200.1651.249.02
Hex3D92BD441701Ac83331
Octal75222275104270323106361
Binary111101100100101011110110001001011101101011001000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D92BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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