Html Css Color HEX #378083 Atoll

📋 copy color: '#378083'

red 55 ◦ green 128 ◦ blue 131

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

Shades of Atoll #378083

Tints of Atoll #378083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.72%

R = 17.52%
G = 40.76%
B = 41.72%

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

#378083 (or 0x378083) is known color: Atoll. HEX triplet: 37, 80 and 83. RGB value is (55,128,131). Sum of RGB (Red+Green+Blue) = 55+128+131=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 131 - color contains mainly: blue. Hex color #378083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378083 is #C87F7C. Grayscale: #6A6A6A. Windows color (decimal): -13139837 or 8618039. OLE color: 8618039.

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

Color convert

RGB 55 128 131 -
CMYK 0.58 0.02 0 0.49
HSL 182.37º 0.41% 0.36% -
HSV(B) 182.37º 0.58% 0.51% -
XYZ 13.39 17.89 24.22 -
YUV 106.52 141.82 91.26 -
System Red Green Blue C M Y K H S L
Decimal 55 128 131 0.58 0.02 0 0.49 182.37 0.41 0.36
Hex 37 80 83 3A 2 0 31 B6 29 24
Octal 67 200 203 72 2 0 61 266 51 44
Binary 110111 10000000 10000011 111010 10 0 110001 10110110 101001 100100

Color Harmonies of #378083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378083

Black with #378083

Text Example


Text Example

White with #378083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378083; }

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

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

background-color css

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

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

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

border-color css

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

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

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