Html Css Color HEX #38708C Astral

📋 copy color: '#38708C'

red 56 ◦ green 112 ◦ blue 140

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

Shades of Astral #38708C

Tints of Astral #38708C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.36%

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

R = 18.18%
G = 36.36%
B = 45.45%

CMYK

 C value IS 0.6

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38708C (or 0x38708C) is known color: Astral. HEX triplet: 38, 70 and 8C. RGB value is (56,112,140). Sum of RGB (Red+Green+Blue) = 56+112+140=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #38708C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38708C is #C78F73. Grayscale: #626262. Windows color (decimal): -13078388 or 9203768. OLE color: 9203768.

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

Color convert

RGB 56 112 140 -
CMYK 0.6 0.20 0 0.45
HSL 200º 0.43% 0.38% -
HSV(B) 200º 0.6% 0.55% -
XYZ 12.16 14.32 26.93 -
YUV 98.45 151.45 97.72 -
System Red Green Blue C M Y K H S L
Decimal 56 112 140 0.6 0.20 0 0.45 200 0.43 0.38
Hex 38 70 8C 3C 14 0 2D C8 2B 26
Octal 70 160 214 74 24 0 55 310 53 46
Binary 111000 1110000 10001100 111100 10100 0 101101 11001000 101011 100110

Color Harmonies of #38708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38708C

Black with #38708C

Text Example


Text Example

White with #38708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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