#3D93BF

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

Shades of Curious Blue #3D93BF

Tints of Curious Blue #3D93BF

Color information

#3D93BF (or 0x3D93BF) is unknown color: approx Curious Blue. HEX triplet: 3D, 93 and BF. RGB value is (61,147,191). Sum of RGB (Red+Green+Blue) = 61+147+191=399 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.29% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #3D93BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D93BF is #C26C40. Grayscale: #7E7E7E. Windows color (decimal): -12741697 or 12555069. OLE color: 12555069.

HSL color Cylindrical-coordinate representation of color #3D93BF: hue angle of 200.31º degrees, saturation: 0.52, 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 #3D93BF is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB61147191-
CMYK0.680.2300.25
HSL200.31º51.59%49.41%-
HSV(B)200.31º68.06%74.9%-
XYZ21.7625.6253.09-
YUV126.3164.5181.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 15.29%
GREEN value IS 147 (57.81% from 255) = 36.84%
BLUE value IS 191 (75% from 255) = 47.87%
R=15.29%
G=36.84%
B=47.87%

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
Decimal611471910.680.2300.25200.3151.5949.41
Hex3D93BF4417019c83431
Octal75223277104270313106461
Binary111101100100111011111110001001011101100111001000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D93BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,147,191); }

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

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

 a { background-color: rgb(61,147,191); }

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

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

 span { border-color: rgb(61,147,191); }

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