Html Css Color HEX #36ACC1 Viking

📋 copy color: '#36ACC1'

red 54 ◦ green 172 ◦ blue 193

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

Shades of Viking #36ACC1

Tints of Viking #36ACC1

RGB

 RED value IS 54 (21.48% from 255) = 12.89%

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

 BLUE value IS 193 (75.78% from 255) = 46.06%

R = 12.89%
G = 41.05%
B = 46.06%

CMYK

 C value IS 0.72

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#36ACC1 (or 0x36ACC1) is known color: Viking. HEX triplet: 36, AC and C1. RGB value is (54,172,193). Sum of RGB (Red+Green+Blue) = 54+172+193=419 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.89% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #36ACC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36ACC1 is #C9533E. Grayscale: #8A8A8A. Windows color (decimal): -13194047 or 12692534. OLE color: 12692534.

HSL color Cylindrical-coordinate representation of color #36ACC1: hue angle of 189.06º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36ACC1 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 54 172 193 -
CMYK 0.72 0.11 0 0.24
HSL 189.06º 0.56% 0.48% -
HSV(B) 189.06º 0.72% 0.76% -
XYZ 25.9 34.14 55.68 -
YUV 139.11 158.41 67.29 -
System Red Green Blue C M Y K H S L
Decimal 54 172 193 0.72 0.11 0 0.24 189.06 0.56 0.48
Hex 36 AC C1 48 B 0 18 BD 38 30
Octal 66 254 301 110 13 0 30 275 70 60
Binary 110110 10101100 11000001 1001000 1011 0 11000 10111101 111000 110000

Color Harmonies of #36ACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36ACC1

Black with #36ACC1

Text Example


Text Example

White with #36ACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36ACC1; }

 p { color: rgb(54,172,193); }

 H1.HeaderClassName
 {
   color: #36ACC1;
 }
 .AnyTagClassName
 {
   color: #36ACC1;
 }
</style>

background-color css

<style>
 a { background-color: #36ACC1; }

 a { background-color: rgb(54,172,193); }

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

border-color css

<style>
 span { border-color: #36ACC1; }

 span { border-color: rgb(54,172,193); }

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