Html Css Color HEX #386688 Astral

📋 copy color: '#386688'

red 56 ◦ green 102 ◦ blue 136

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

Shades of Astral #386688

Tints of Astral #386688

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.69%

 BLUE value IS 136 (53.52% from 255) = 46.26%

R = 19.05%
G = 34.69%
B = 46.26%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#386688 (or 0x386688) is known color: Astral. HEX triplet: 38, 66 and 88. RGB value is (56,102,136). Sum of RGB (Red+Green+Blue) = 56+102+136=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #386688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386688 is #C79977. Grayscale: #5B5B5B. Windows color (decimal): -13080952 or 8939064. OLE color: 8939064.

HSL color Cylindrical-coordinate representation of color #386688: hue angle of 205.5º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #386688 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 102 136 -
CMYK 0.59 0.25 0 0.47
HSL 205.5º 0.42% 0.38% -
HSV(B) 205.5º 0.59% 0.53% -
XYZ 10.83 12.12 25.06 -
YUV 92.12 152.76 102.24 -
System Red Green Blue C M Y K H S L
Decimal 56 102 136 0.59 0.25 0 0.47 205.5 0.42 0.38
Hex 38 66 88 3B 19 0 2F CE 2A 26
Octal 70 146 210 73 31 0 57 316 52 46
Binary 111000 1100110 10001000 111011 11001 0 101111 11001110 101010 100110

Color Harmonies of #386688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386688

Black with #386688

Text Example


Text Example

White with #386688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386688; }

 p { color: rgb(56,102,136); }

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

background-color css

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

 a { background-color: rgb(56,102,136); }

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

border-color css

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

 span { border-color: rgb(56,102,136); }

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