Html Css Color HEX #3BA1DD Summer Sky

📋 copy color: '#3BA1DD'

red 59 ◦ green 161 ◦ blue 221

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

Shades of Summer Sky #3BA1DD

Tints of Summer Sky #3BA1DD

RGB

 RED value IS 59 (23.44% from 255) = 13.38%

 GREEN value IS 161 (63.28% from 255) = 36.51%

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

R = 13.38%
G = 36.51%
B = 50.11%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3BA1DD (or 0x3BA1DD) is known color: Summer Sky. HEX triplet: 3B, A1 and DD. RGB value is (59,161,221). Sum of RGB (Red+Green+Blue) = 59+161+221=441 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.38% from 441); Green value is 161 (63.28% from 255 or 36.51% 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 #3BA1DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA1DD is #C45E22. Grayscale: #898989. Windows color (decimal): -12869155 or 14524731. OLE color: 14524731.

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

Color convert

RGB 59 161 221 -
CMYK 0.73 0.27 0 0.13
HSL 202.22º 0.7% 0.55% -
HSV(B) 202.22º 0.73% 0.87% -
XYZ 27.6 31.64 73.06 -
YUV 137.34 175.21 72.12 -
System Red Green Blue C M Y K H S L
Decimal 59 161 221 0.73 0.27 0 0.13 202.22 0.7 0.55
Hex 3B A1 DD 49 1B 0 D CA 46 37
Octal 73 241 335 111 33 0 15 312 106 67
Binary 111011 10100001 11011101 1001001 11011 0 1101 11001010 1000110 110111

Color Harmonies of #3BA1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA1DD

Black with #3BA1DD

Text Example


Text Example

White with #3BA1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,161,221); }

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

background-color css

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

 a { background-color: rgb(59,161,221); }

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

border-color css

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

 span { border-color: rgb(59,161,221); }

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