#3D91B9

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

Shades of Curious Blue #3D91B9

Tints of Curious Blue #3D91B9

Color information

#3D91B9 (or 0x3D91B9) is unknown color: approx Curious Blue. HEX triplet: 3D, 91 and B9. RGB value is (61,145,185). Sum of RGB (Red+Green+Blue) = 61+145+185=391 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.60% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 185 - color contains mainly: blue. Hex color #3D91B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D91B9 is #C26E46. Grayscale: #7C7C7C. Windows color (decimal): -12742215 or 12161341. OLE color: 12161341.

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

Color convert

RGB61145185-
CMYK0.670.2200.27
HSL199.35º50.41%48.24%-
HSV(B)199.35º67.03%72.55%-
XYZ20.8124.7549.58-
YUV124.44162.1782.75-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.60%
GREEN value IS 145 (57.03% from 255) = 37.08%
BLUE value IS 185 (72.66% from 255) = 47.31%
R=15.60%
G=37.08%
B=47.31%

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
Decimal611451850.670.2200.27199.3550.4148.24
Hex3D91B9431601Bc73230
Octal75221271103260333076260
Binary111101100100011011100110000111011001101111000111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D91B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,145,185); }

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

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

 a { background-color: rgb(61,145,185); }

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

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

 span { border-color: rgb(61,145,185); }

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