#3d93db

Color #3D93DB Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #3D93DB

Tints of Summer Sky #3D93DB

Color information

#3D93DB (or 0x3D93DB) is unknown color: approx Summer Sky. HEX triplet: 3D, 93 and DB. RGB value is (61,147,219). Sum of RGB (Red+Green+Blue) = 61+147+219=427 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.29% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D93DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D93DB is #C26C24. Grayscale: #818181. Windows color (decimal): -12741669 or 14390077. OLE color: 14390077.

HSL color Cylindrical-coordinate representation of color #3D93DB: hue angle of 207.34º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D93DB is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB61147219-
CMYK0.720.3300.14
HSL207.34º68.7%54.9%-
HSV(B)207.34º72.15%85.88%-
XYZ25.1426.9770.9-
YUV129.49178.5179.15-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 14.29%
GREEN value IS 147 (57.81% from 255) = 34.43%
BLUE value IS 219 (85.94% from 255) = 51.29%
R=14.29%
G=34.43%
B=51.29%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal611472190.720.3300.14207.3468.754.9
Hex3D93DB48210Ecf4537
Octal752233331104101631710567
Binary1111011001001111011011100100010000101110110011111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d93db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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