Html Css Color HEX #378082 Atoll

📋 copy color: '#378082'

red 55 ◦ green 128 ◦ blue 130

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

Shades of Atoll #378082

Tints of Atoll #378082

RGB

 RED value IS 55 (21.88% from 255) = 17.57%

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

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

R = 17.57%
G = 40.89%
B = 41.53%

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

#378082 (or 0x378082) is known color: Atoll. HEX triplet: 37, 80 and 82. RGB value is (55,128,130). Sum of RGB (Red+Green+Blue) = 55+128+130=313 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.57% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #378082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378082 is #C87F7D. Grayscale: #6A6A6A. Windows color (decimal): -13139838 or 8552503. OLE color: 8552503.

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

Color convert

RGB 55 128 130 -
CMYK 0.58 0.02 0 0.49
HSL 181.6º 0.41% 0.36% -
HSV(B) 181.6º 0.58% 0.51% -
XYZ 13.32 17.86 23.86 -
YUV 106.4 141.32 91.34 -
System Red Green Blue C M Y K H S L
Decimal 55 128 130 0.58 0.02 0 0.49 181.6 0.41 0.36
Hex 37 80 82 3A 2 0 31 B6 29 24
Octal 67 200 202 72 2 0 61 266 51 44
Binary 110111 10000000 10000010 111010 10 0 110001 10110110 101001 100100

Color Harmonies of #378082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378082

Black with #378082

Text Example


Text Example

White with #378082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378082; }

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

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

background-color css

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

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

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

border-color css

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

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

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