Html Css Color HEX #3D93DD Summer Sky

📋 copy color: '#3D93DD'

red 61 ◦ green 147 ◦ blue 221

#3D93DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #3D93DD

Tints of Summer Sky #3D93DD

RGB

 RED value IS 61 (24.22% from 255) = 14.22%

 GREEN value IS 147 (57.81% from 255) = 34.27%

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 14.22%
G = 34.27%
B = 51.52%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3D93DD (or 0x3D93DD) is known color: Summer Sky. HEX triplet: 3D, 93 and DD. RGB value is (61,147,221). Sum of RGB (Red+Green+Blue) = 61+147+221=429 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.22% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #3D93DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D93DD is #C26C22. Grayscale: #818181. Windows color (decimal): -12741667 or 14521149. OLE color: 14521149.

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

Color convert

RGB 61 147 221 -
CMYK 0.72 0.33 0 0.13
HSL 207.75º 0.7% 0.55% -
HSV(B) 207.75º 0.72% 0.87% -
XYZ 25.41 27.08 72.29 -
YUV 129.72 179.51 78.98 -
System Red Green Blue C M Y K H S L
Decimal 61 147 221 0.72 0.33 0 0.13 207.75 0.7 0.55
Hex 3D 93 DD 48 21 0 D D0 46 37
Octal 75 223 335 110 41 0 15 320 106 67
Binary 111101 10010011 11011101 1001000 100001 0 1101 11010000 1000110 110111

Color Harmonies of #3D93DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D93DD

Black with #3D93DD

Text Example


Text Example

White with #3D93DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D93DD;
 }
 .AnyTagClassName
 {
   color: #3D93DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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