Html Css Color HEX #386885 Astral

📋 copy color: '#386885'

red 56 ◦ green 104 ◦ blue 133

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

Shades of Astral #386885

Tints of Astral #386885

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.49%

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

R = 19.11%
G = 35.49%
B = 45.39%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#386885 (or 0x386885) is known color: Astral. HEX triplet: 38, 68 and 85. RGB value is (56,104,133). Sum of RGB (Red+Green+Blue) = 56+104+133=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 133 (52.34% from 255 or 45.39% from 293); Max value from RGB is 133 - color contains mainly: blue. Hex color #386885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386885 is #C7977A. Grayscale: #5C5C5C. Windows color (decimal): -13080443 or 8742968. OLE color: 8742968.

HSL color Cylindrical-coordinate representation of color #386885: hue angle of 202.6º 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 #386885 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 104 133 -
CMYK 0.58 0.22 0 0.48
HSL 202.6º 0.41% 0.37% -
HSV(B) 202.6º 0.58% 0.52% -
XYZ 10.81 12.43 24.02 -
YUV 92.95 150.6 101.64 -
System Red Green Blue C M Y K H S L
Decimal 56 104 133 0.58 0.22 0 0.48 202.6 0.41 0.37
Hex 38 68 85 3A 16 0 30 CB 29 25
Octal 70 150 205 72 26 0 60 313 51 45
Binary 111000 1101000 10000101 111010 10110 0 110000 11001011 101001 100101

Color Harmonies of #386885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386885

Black with #386885

Text Example


Text Example

White with #386885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386885; }

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

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

background-color css

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

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

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

border-color css

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

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

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