Html Css Color HEX #388081 Atoll

📋 copy color: '#388081'

red 56 ◦ green 128 ◦ blue 129

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

Shades of Atoll #388081

Tints of Atoll #388081

RGB

 RED value IS 56 (22.27% from 255) = 17.89%

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

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

R = 17.89%
G = 40.89%
B = 41.21%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#388081 (or 0x388081) is known color: Atoll. HEX triplet: 38, 80 and 81. RGB value is (56,128,129). Sum of RGB (Red+Green+Blue) = 56+128+129=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: blue. Hex color #388081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388081 is #C77F7E. Grayscale: #6A6A6A. Windows color (decimal): -13074303 or 8486968. OLE color: 8486968.

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

Color convert

RGB 56 128 129 -
CMYK 0.57 0.01 0 0.49
HSL 180.82º 0.39% 0.36% -
HSV(B) 180.82º 0.57% 0.51% -
XYZ 13.31 17.86 23.52 -
YUV 106.59 140.65 91.92 -
System Red Green Blue C M Y K H S L
Decimal 56 128 129 0.57 0.01 0 0.49 180.82 0.39 0.36
Hex 38 80 81 39 1 0 31 B5 27 24
Octal 70 200 201 71 1 0 61 265 47 44
Binary 111000 10000000 10000001 111001 1 0 110001 10110101 100111 100100

Color Harmonies of #388081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388081

Black with #388081

Text Example


Text Example

White with #388081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388081; }

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

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

background-color css

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

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

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

border-color css

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

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

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