Html Css Color HEX #368081 Atoll

📋 copy color: '#368081'

red 54 ◦ green 128 ◦ blue 129

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

Shades of Atoll #368081

Tints of Atoll #368081

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.16%

 BLUE value IS 129 (50.78% from 255) = 41.48%

R = 17.36%
G = 41.16%
B = 41.48%

CMYK

 C value IS 0.58

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#368081 (or 0x368081) is known color: Atoll. HEX triplet: 36, 80 and 81. RGB value is (54,128,129). Sum of RGB (Red+Green+Blue) = 54+128+129=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 129 - color contains mainly: blue. Hex color #368081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368081 is #C97F7E. Grayscale: #696969. Windows color (decimal): -13205375 or 8486966. OLE color: 8486966.

HSL color Cylindrical-coordinate representation of color #368081: hue angle of 180.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368081 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 128 129 -
CMYK 0.58 0.01 0 0.49
HSL 180.8º 0.41% 0.36% -
HSV(B) 180.8º 0.58% 0.51% -
XYZ 13.2 17.81 23.51 -
YUV 105.99 140.98 90.92 -
System Red Green Blue C M Y K H S L
Decimal 54 128 129 0.58 0.01 0 0.49 180.8 0.41 0.36
Hex 36 80 81 3A 1 0 31 B5 29 24
Octal 66 200 201 72 1 0 61 265 51 44
Binary 110110 10000000 10000001 111010 1 0 110001 10110101 101001 100100

Color Harmonies of #368081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368081

Black with #368081

Text Example


Text Example

White with #368081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368081; }

 p { color: rgb(54,128,129); }

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

background-color css

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

 a { background-color: rgb(54,128,129); }

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

border-color css

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

 span { border-color: rgb(54,128,129); }

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