Html Css Color HEX #38748A Astral

📋 copy color: '#38748A'

red 56 ◦ green 116 ◦ blue 138

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

Shades of Astral #38748A

Tints of Astral #38748A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.42%

 BLUE value IS 138 (54.3% from 255) = 44.52%

R = 18.06%
G = 37.42%
B = 44.52%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#38748A (or 0x38748A) is known color: Astral. HEX triplet: 38, 74 and 8A. RGB value is (56,116,138). Sum of RGB (Red+Green+Blue) = 56+116+138=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 138 (54.30% from 255 or 44.52% from 310); Max value from RGB is 138 - color contains mainly: blue. Hex color #38748A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38748A is #C78B75. Grayscale: #646464. Windows color (decimal): -13077366 or 9073720. OLE color: 9073720.

HSL color Cylindrical-coordinate representation of color #38748A: hue angle of 196.1º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38748A is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 116 138 -
CMYK 0.59 0.16 0 0.46
HSL 196.1º 0.42% 0.38% -
HSV(B) 196.1º 0.59% 0.54% -
XYZ 12.46 15.17 26.32 -
YUV 100.57 149.12 96.21 -
System Red Green Blue C M Y K H S L
Decimal 56 116 138 0.59 0.16 0 0.46 196.1 0.42 0.38
Hex 38 74 8A 3B 10 0 2E C4 2A 26
Octal 70 164 212 73 20 0 56 304 52 46
Binary 111000 1110100 10001010 111011 10000 0 101110 11000100 101010 100110

Color Harmonies of #38748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38748A

Black with #38748A

Text Example


Text Example

White with #38748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38748A; }

 p { color: rgb(56,116,138); }

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

background-color css

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

 a { background-color: rgb(56,116,138); }

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

border-color css

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

 span { border-color: rgb(56,116,138); }

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