Html Css Color HEX #3A9FCC Summer Sky

📋 copy color: '#3A9FCC'

red 58 ◦ green 159 ◦ blue 204

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

Shades of Summer Sky #3A9FCC

Tints of Summer Sky #3A9FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.77%

 BLUE value IS 204 (80.08% from 255) = 48.46%

R = 13.78%
G = 37.77%
B = 48.46%

CMYK

 C value IS 0.72

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3A9FCC (or 0x3A9FCC) is known color: Summer Sky. HEX triplet: 3A, 9F and CC. RGB value is (58,159,204). Sum of RGB (Red+Green+Blue) = 58+159+204=421 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.78% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A9FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A9FCC is #C56033. Grayscale: #858585. Windows color (decimal): -12935220 or 13410106. OLE color: 13410106.

HSL color Cylindrical-coordinate representation of color #3A9FCC: hue angle of 198.49º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A9FCC is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 159 204 -
CMYK 0.72 0.22 0 0.2
HSL 198.49º 0.59% 0.51% -
HSV(B) 198.49º 0.72% 0.8% -
XYZ 25.04 30.06 61.61 -
YUV 133.93 167.54 73.84 -
System Red Green Blue C M Y K H S L
Decimal 58 159 204 0.72 0.22 0 0.2 198.49 0.59 0.51
Hex 3A 9F CC 48 16 0 14 C6 3B 33
Octal 72 237 314 110 26 0 24 306 73 63
Binary 111010 10011111 11001100 1001000 10110 0 10100 11000110 111011 110011

Color Harmonies of #3A9FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9FCC

Black with #3A9FCC

Text Example


Text Example

White with #3A9FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,159,204); }

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

background-color css

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

 a { background-color: rgb(58,159,204); }

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

border-color css

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

 span { border-color: rgb(58,159,204); }

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