Html Css Color HEX #3A95DF Summer Sky

📋 copy color: '#3A95DF'

red 58 ◦ green 149 ◦ blue 223

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

Shades of Summer Sky #3A95DF

Tints of Summer Sky #3A95DF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.65%

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

R = 13.49%
G = 34.65%
B = 51.86%

CMYK

 C value IS 0.74

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3A95DF (or 0x3A95DF) is known color: Summer Sky. HEX triplet: 3A, 95 and DF. RGB value is (58,149,223). Sum of RGB (Red+Green+Blue) = 58+149+223=430 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.49% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A95DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A95DF is #C56A20. Grayscale: #818181. Windows color (decimal): -12937761 or 14652730. OLE color: 14652730.

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

Color convert

RGB 58 149 223 -
CMYK 0.74 0.33 0 0.13
HSL 206.91º 0.72% 0.55% -
HSV(B) 206.91º 0.74% 0.87% -
XYZ 25.81 27.72 73.8 -
YUV 130.23 180.35 76.48 -
System Red Green Blue C M Y K H S L
Decimal 58 149 223 0.74 0.33 0 0.13 206.91 0.72 0.55
Hex 3A 95 DF 4A 21 0 D CF 48 37
Octal 72 225 337 112 41 0 15 317 110 67
Binary 111010 10010101 11011111 1001010 100001 0 1101 11001111 1001000 110111

Color Harmonies of #3A95DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A95DF

Black with #3A95DF

Text Example


Text Example

White with #3A95DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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