Html Css Color HEX #38718C Astral

📋 copy color: '#38718C'

red 56 ◦ green 113 ◦ blue 140

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

Shades of Astral #38718C

Tints of Astral #38718C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.57%

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

R = 18.12%
G = 36.57%
B = 45.31%

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

#38718C (or 0x38718C) is known color: Astral. HEX triplet: 38, 71 and 8C. RGB value is (56,113,140). Sum of RGB (Red+Green+Blue) = 56+113+140=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #38718C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38718C is #C78E73. Grayscale: #626262. Windows color (decimal): -13078132 or 9204024. OLE color: 9204024.

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

Color convert

RGB 56 113 140 -
CMYK 0.6 0.19 0 0.45
HSL 199.29º 0.43% 0.38% -
HSV(B) 199.29º 0.6% 0.55% -
XYZ 12.27 14.54 26.97 -
YUV 99.04 151.12 97.3 -
System Red Green Blue C M Y K H S L
Decimal 56 113 140 0.6 0.19 0 0.45 199.29 0.43 0.38
Hex 38 71 8C 3C 13 0 2D C7 2B 26
Octal 70 161 214 74 23 0 55 307 53 46
Binary 111000 1110001 10001100 111100 10011 0 101101 11000111 101011 100110

Color Harmonies of #38718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38718C

Black with #38718C

Text Example


Text Example

White with #38718C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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