Html Css Color HEX #38728F Astral

📋 copy color: '#38728F'

red 56 ◦ green 114 ◦ blue 143

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

Shades of Astral #38728F

Tints of Astral #38728F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.42%

 BLUE value IS 143 (56.25% from 255) = 45.69%

R = 17.89%
G = 36.42%
B = 45.69%

CMYK

 C value IS 0.61

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#38728F (or 0x38728F) is known color: Astral. HEX triplet: 38, 72 and 8F. RGB value is (56,114,143). Sum of RGB (Red+Green+Blue) = 56+114+143=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 143 (56.25% from 255 or 45.69% from 313); Max value from RGB is 143 - color contains mainly: blue. Hex color #38728F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38728F is #C78D70. Grayscale: #636363. Windows color (decimal): -13077873 or 9400888. OLE color: 9400888.

HSL color Cylindrical-coordinate representation of color #38728F: hue angle of 200º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38728F is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 114 143 -
CMYK 0.61 0.20 0 0.44
HSL 200º 0.44% 0.39% -
HSV(B) 200º 0.61% 0.56% -
XYZ 12.61 14.86 28.19 -
YUV 99.96 152.28 96.64 -
System Red Green Blue C M Y K H S L
Decimal 56 114 143 0.61 0.20 0 0.44 200 0.44 0.39
Hex 38 72 8F 3D 14 0 2C C8 2C 27
Octal 70 162 217 75 24 0 54 310 54 47
Binary 111000 1110010 10001111 111101 10100 0 101100 11001000 101100 100111

Color Harmonies of #38728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38728F

Black with #38728F

Text Example


Text Example

White with #38728F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,114,143); }

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

background-color css

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

 a { background-color: rgb(56,114,143); }

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

border-color css

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

 span { border-color: rgb(56,114,143); }

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