Html Css Color HEX #3AA2DD Summer Sky

📋 copy color: '#3AA2DD'

red 58 ◦ green 162 ◦ blue 221

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

Shades of Summer Sky #3AA2DD

Tints of Summer Sky #3AA2DD

RGB

 RED value IS 58 (23.05% from 255) = 13.15%

 GREEN value IS 162 (63.67% from 255) = 36.73%

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

R = 13.15%
G = 36.73%
B = 50.11%

CMYK

 C value IS 0.74

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3AA2DD (or 0x3AA2DD) is known color: Summer Sky. HEX triplet: 3A, A2 and DD. RGB value is (58,162,221). Sum of RGB (Red+Green+Blue) = 58+162+221=441 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.15% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #3AA2DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA2DD is #C55D22. Grayscale: #898989. Windows color (decimal): -12934435 or 14524986. OLE color: 14524986.

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

Color convert

RGB 58 162 221 -
CMYK 0.74 0.27 0 0.13
HSL 201.72º 0.71% 0.55% -
HSV(B) 201.72º 0.74% 0.87% -
XYZ 27.72 31.96 73.11 -
YUV 137.63 175.04 71.2 -
System Red Green Blue C M Y K H S L
Decimal 58 162 221 0.74 0.27 0 0.13 201.72 0.71 0.55
Hex 3A A2 DD 4A 1B 0 D CA 47 37
Octal 72 242 335 112 33 0 15 312 107 67
Binary 111010 10100010 11011101 1001010 11011 0 1101 11001010 1000111 110111

Color Harmonies of #3AA2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA2DD

Black with #3AA2DD

Text Example


Text Example

White with #3AA2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,162,221); }

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

background-color css

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

 a { background-color: rgb(58,162,221); }

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

border-color css

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

 span { border-color: rgb(58,162,221); }

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