Html Css Color HEX #386985 Astral

📋 copy color: '#386985'

red 56 ◦ green 105 ◦ blue 133

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

Shades of Astral #386985

Tints of Astral #386985

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.71%

 BLUE value IS 133 (52.34% from 255) = 45.24%

R = 19.05%
G = 35.71%
B = 45.24%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#386985 (or 0x386985) is known color: Astral. HEX triplet: 38, 69 and 85. RGB value is (56,105,133). Sum of RGB (Red+Green+Blue) = 56+105+133=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #386985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386985 is #C7967A. Grayscale: #5D5D5D. Windows color (decimal): -13080187 or 8743224. OLE color: 8743224.

HSL color Cylindrical-coordinate representation of color #386985: hue angle of 201.82º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #386985 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 105 133 -
CMYK 0.58 0.21 0 0.48
HSL 201.82º 0.41% 0.37% -
HSV(B) 201.82º 0.58% 0.52% -
XYZ 10.92 12.64 24.05 -
YUV 93.54 150.27 101.22 -
System Red Green Blue C M Y K H S L
Decimal 56 105 133 0.58 0.21 0 0.48 201.82 0.41 0.37
Hex 38 69 85 3A 15 0 30 CA 29 25
Octal 70 151 205 72 25 0 60 312 51 45
Binary 111000 1101001 10000101 111010 10101 0 110000 11001010 101001 100101

Color Harmonies of #386985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386985

Black with #386985

Text Example


Text Example

White with #386985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386985; }

 p { color: rgb(56,105,133); }

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

background-color css

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

 a { background-color: rgb(56,105,133); }

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

border-color css

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

 span { border-color: rgb(56,105,133); }

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