Html Css Color HEX #386B7D Astral

📋 copy color: '#386B7D'

red 56 ◦ green 107 ◦ blue 125

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

Shades of Astral #386B7D

Tints of Astral #386B7D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.15%

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

R = 19.44%
G = 37.15%
B = 43.4%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#386B7D (or 0x386B7D) is known color: Astral. HEX triplet: 38, 6B and 7D. RGB value is (56,107,125). Sum of RGB (Red+Green+Blue) = 56+107+125=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 125 - color contains mainly: blue. Hex color #386B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #386B7D is #C79482. Grayscale: #5D5D5D. Windows color (decimal): -13079683 or 8219448. OLE color: 8219448.

HSL color Cylindrical-coordinate representation of color #386B7D: hue angle of 195.65º 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 #386B7D is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 107 125 -
CMYK 0.55 0.14 0 0.51
HSL 195.65º 0.38% 0.35% -
HSV(B) 195.65º 0.55% 0.49% -
XYZ 10.59 12.84 21.32 -
YUV 93.8 145.6 101.04 -
System Red Green Blue C M Y K H S L
Decimal 56 107 125 0.55 0.14 0 0.51 195.65 0.38 0.35
Hex 38 6B 7D 37 E 0 33 C4 26 23
Octal 70 153 175 67 16 0 63 304 46 43
Binary 111000 1101011 1111101 110111 1110 0 110011 11000100 100110 100011

Color Harmonies of #386B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B7D

Black with #386B7D

Text Example


Text Example

White with #386B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386B7D; }

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

 H1.HeaderClassName
 {
   color: #386B7D;
 }
 .AnyTagClassName
 {
   color: #386B7D;
 }
</style>

background-color css

<style>
 a { background-color: #386B7D; }

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

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

border-color css

<style>
 span { border-color: #386B7D; }

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

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