Html Css Color HEX #38728C Astral

📋 copy color: '#38728C'

red 56 ◦ green 114 ◦ blue 140

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

Shades of Astral #38728C

Tints of Astral #38728C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.16%

R = 18.06%
G = 36.77%
B = 45.16%

CMYK

 C value IS 0.6

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38728C (or 0x38728C) is known color: Astral. HEX triplet: 38, 72 and 8C. RGB value is (56,114,140). Sum of RGB (Red+Green+Blue) = 56+114+140=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 140 - color contains mainly: blue. Hex color #38728C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38728C is #C78D73. Grayscale: #636363. Windows color (decimal): -13077876 or 9204280. OLE color: 9204280.

HSL color Cylindrical-coordinate representation of color #38728C: hue angle of 198.57º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38728C is Cyan = 0.6, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 114 140 -
CMYK 0.6 0.19 0 0.45
HSL 198.57º 0.43% 0.38% -
HSV(B) 198.57º 0.6% 0.55% -
XYZ 12.38 14.77 27.01 -
YUV 99.62 150.78 96.89 -
System Red Green Blue C M Y K H S L
Decimal 56 114 140 0.6 0.19 0 0.45 198.57 0.43 0.38
Hex 38 72 8C 3C 13 0 2D C7 2B 26
Octal 70 162 214 74 23 0 55 307 53 46
Binary 111000 1110010 10001100 111100 10011 0 101101 11000111 101011 100110

Color Harmonies of #38728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38728C

Black with #38728C

Text Example


Text Example

White with #38728C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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