Html Css Color HEX #38748C Astral

📋 copy color: '#38748C'

red 56 ◦ green 116 ◦ blue 140

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

Shades of Astral #38748C

Tints of Astral #38748C

RGB

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

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

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

R = 17.95%
G = 37.18%
B = 44.87%

CMYK

 C value IS 0.6

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38748C (or 0x38748C) is known color: Astral. HEX triplet: 38, 74 and 8C. RGB value is (56,116,140). Sum of RGB (Red+Green+Blue) = 56+116+140=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #38748C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38748C is #C78B73. Grayscale: #646464. Windows color (decimal): -13077364 or 9204792. OLE color: 9204792.

HSL color Cylindrical-coordinate representation of color #38748C: hue angle of 197.14º 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 #38748C is Cyan = 0.6, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 116 140 -
CMYK 0.6 0.17 0 0.45
HSL 197.14º 0.43% 0.38% -
HSV(B) 197.14º 0.6% 0.55% -
XYZ 12.61 15.22 27.09 -
YUV 100.8 150.12 96.05 -
System Red Green Blue C M Y K H S L
Decimal 56 116 140 0.6 0.17 0 0.45 197.14 0.43 0.38
Hex 38 74 8C 3C 11 0 2D C5 2B 26
Octal 70 164 214 74 21 0 55 305 53 46
Binary 111000 1110100 10001100 111100 10001 0 101101 11000101 101011 100110

Color Harmonies of #38748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38748C

Black with #38748C

Text Example


Text Example

White with #38748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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