Html Css Color HEX #38687F Astral

📋 copy color: '#38687F'

red 56 ◦ green 104 ◦ blue 127

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

Shades of Astral #38687F

Tints of Astral #38687F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.24%

 BLUE value IS 127 (50% from 255) = 44.25%

R = 19.51%
G = 36.24%
B = 44.25%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#38687F (or 0x38687F) is known color: Astral. HEX triplet: 38, 68 and 7F. RGB value is (56,104,127). Sum of RGB (Red+Green+Blue) = 56+104+127=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #38687F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38687F is #C79780. Grayscale: #5C5C5C. Windows color (decimal): -13080449 or 8349752. OLE color: 8349752.

HSL color Cylindrical-coordinate representation of color #38687F: hue angle of 199.44º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38687F is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 104 127 -
CMYK 0.56 0.18 0 0.50
HSL 199.44º 0.39% 0.36% -
HSV(B) 199.44º 0.56% 0.5% -
XYZ 10.41 12.27 21.9 -
YUV 92.27 147.6 102.13 -
System Red Green Blue C M Y K H S L
Decimal 56 104 127 0.56 0.18 0 0.50 199.44 0.39 0.36
Hex 38 68 7F 38 12 0 32 C7 27 24
Octal 70 150 177 70 22 0 62 307 47 44
Binary 111000 1101000 1111111 111000 10010 0 110010 11000111 100111 100100

Color Harmonies of #38687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38687F

Black with #38687F

Text Example


Text Example

White with #38687F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38687F; }

 p { color: rgb(56,104,127); }

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

background-color css

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

 a { background-color: rgb(56,104,127); }

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

border-color css

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

 span { border-color: rgb(56,104,127); }

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