Html Css Color HEX #3AACC7 Viking

📋 copy color: '#3AACC7'

red 58 ◦ green 172 ◦ blue 199

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

Shades of Viking #3AACC7

Tints of Viking #3AACC7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.09%

 BLUE value IS 199 (78.13% from 255) = 46.39%

R = 13.52%
G = 40.09%
B = 46.39%

CMYK

 C value IS 0.71

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3AACC7 (or 0x3AACC7) is known color: Viking. HEX triplet: 3A, AC and C7. RGB value is (58,172,199). Sum of RGB (Red+Green+Blue) = 58+172+199=429 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.52% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 199 (78.12% from 255 or 46.39% from 429); Max value from RGB is 199 - color contains mainly: blue. Hex color #3AACC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AACC7 is #C55338. Grayscale: #8C8C8C. Windows color (decimal): -12931897 or 13085754. OLE color: 13085754.

HSL color Cylindrical-coordinate representation of color #3AACC7: hue angle of 191.49º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AACC7 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 58 172 199 -
CMYK 0.71 0.14 0 0.22
HSL 191.49º 0.56% 0.5% -
HSV(B) 191.49º 0.71% 0.78% -
XYZ 26.81 34.53 59.28 -
YUV 140.99 160.73 68.8 -
System Red Green Blue C M Y K H S L
Decimal 58 172 199 0.71 0.14 0 0.22 191.49 0.56 0.5
Hex 3A AC C7 47 E 0 16 BF 38 32
Octal 72 254 307 107 16 0 26 277 70 62
Binary 111010 10101100 11000111 1000111 1110 0 10110 10111111 111000 110010

Color Harmonies of #3AACC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AACC7

Black with #3AACC7

Text Example


Text Example

White with #3AACC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,172,199); }

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

background-color css

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

 a { background-color: rgb(58,172,199); }

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

border-color css

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

 span { border-color: rgb(58,172,199); }

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