Html Css Color HEX #368082 Atoll

📋 copy color: '#368082'

red 54 ◦ green 128 ◦ blue 130

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

Shades of Atoll #368082

Tints of Atoll #368082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.67%

R = 17.31%
G = 41.03%
B = 41.67%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#368082 (or 0x368082) is known color: Atoll. HEX triplet: 36, 80 and 82. RGB value is (54,128,130). Sum of RGB (Red+Green+Blue) = 54+128+130=312 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.31% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #368082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368082 is #C97F7D. Grayscale: #6A6A6A. Windows color (decimal): -13205374 or 8552502. OLE color: 8552502.

HSL color Cylindrical-coordinate representation of color #368082: hue angle of 181.58º 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 #368082 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 128 130 -
CMYK 0.58 0.02 0 0.49
HSL 181.58º 0.41% 0.36% -
HSV(B) 181.58º 0.58% 0.51% -
XYZ 13.27 17.83 23.86 -
YUV 106.1 141.48 90.84 -
System Red Green Blue C M Y K H S L
Decimal 54 128 130 0.58 0.02 0 0.49 181.58 0.41 0.36
Hex 36 80 82 3A 2 0 31 B6 29 24
Octal 66 200 202 72 2 0 61 266 51 44
Binary 110110 10000000 10000010 111010 10 0 110001 10110110 101001 100100

Color Harmonies of #368082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368082

Black with #368082

Text Example


Text Example

White with #368082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368082; }

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

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

background-color css

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

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

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

border-color css

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

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

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