Html Css Color HEX #38677D Astral

📋 copy color: '#38677D'

red 56 ◦ green 103 ◦ blue 125

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

Shades of Astral #38677D

Tints of Astral #38677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.27%

 BLUE value IS 125 (49.22% from 255) = 44.01%

R = 19.72%
G = 36.27%
B = 44.01%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38677D (or 0x38677D) is known color: Astral. HEX triplet: 38, 67 and 7D. RGB value is (56,103,125). Sum of RGB (Red+Green+Blue) = 56+103+125=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 125 - color contains mainly: blue. Hex color #38677D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38677D is #C79882. Grayscale: #5B5B5B. Windows color (decimal): -13080707 or 8218424. OLE color: 8218424.

HSL color Cylindrical-coordinate representation of color #38677D: hue angle of 199.13º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38677D is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 103 125 -
CMYK 0.55 0.18 0 0.51
HSL 199.13º 0.38% 0.35% -
HSV(B) 199.13º 0.55% 0.49% -
XYZ 10.18 12.02 21.19 -
YUV 91.46 146.93 102.71 -
System Red Green Blue C M Y K H S L
Decimal 56 103 125 0.55 0.18 0 0.51 199.13 0.38 0.35
Hex 38 67 7D 37 12 0 33 C7 26 23
Octal 70 147 175 67 22 0 63 307 46 43
Binary 111000 1100111 1111101 110111 10010 0 110011 11000111 100110 100011

Color Harmonies of #38677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38677D

Black with #38677D

Text Example


Text Example

White with #38677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38677D; }

 p { color: rgb(56,103,125); }

 H1.HeaderClassName
 {
   color: #38677D;
 }
 .AnyTagClassName
 {
   color: #38677D;
 }
</style>

background-color css

<style>
 a { background-color: #38677D; }

 a { background-color: rgb(56,103,125); }

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

border-color css

<style>
 span { border-color: #38677D; }

 span { border-color: rgb(56,103,125); }

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