Html Css Color HEX #3A99DF Summer Sky

📋 copy color: '#3A99DF'

red 58 ◦ green 153 ◦ blue 223

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

Shades of Summer Sky #3A99DF

Tints of Summer Sky #3A99DF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.25%

 BLUE value IS 223 (87.5% from 255) = 51.38%

R = 13.36%
G = 35.25%
B = 51.38%

CMYK

 C value IS 0.74

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3A99DF (or 0x3A99DF) is known color: Summer Sky. HEX triplet: 3A, 99 and DF. RGB value is (58,153,223). Sum of RGB (Red+Green+Blue) = 58+153+223=434 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.36% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A99DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A99DF is #C56620. Grayscale: #848484. Windows color (decimal): -12936737 or 14653754. OLE color: 14653754.

HSL color Cylindrical-coordinate representation of color #3A99DF: hue angle of 205.45º degrees, saturation: 0.72, 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 #3A99DF is Cyan = 0.74, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 153 223 -
CMYK 0.74 0.31 0 0.13
HSL 205.45º 0.72% 0.55% -
HSV(B) 205.45º 0.74% 0.87% -
XYZ 26.46 29.01 74.02 -
YUV 132.58 179.03 74.81 -
System Red Green Blue C M Y K H S L
Decimal 58 153 223 0.74 0.31 0 0.13 205.45 0.72 0.55
Hex 3A 99 DF 4A 1F 0 D CD 48 37
Octal 72 231 337 112 37 0 15 315 110 67
Binary 111010 10011001 11011111 1001010 11111 0 1101 11001101 1001000 110111

Color Harmonies of #3A99DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A99DF

Black with #3A99DF

Text Example


Text Example

White with #3A99DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,153,223); }

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

background-color css

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

 a { background-color: rgb(58,153,223); }

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

border-color css

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

 span { border-color: rgb(58,153,223); }

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