Html Css Color HEX #386F94 Astral

📋 copy color: '#386F94'

red 56 ◦ green 111 ◦ blue 148

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

Shades of Astral #386F94

Tints of Astral #386F94

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.24%

 BLUE value IS 148 (58.2% from 255) = 46.98%

R = 17.78%
G = 35.24%
B = 46.98%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#386F94 (or 0x386F94) is known color: Astral. HEX triplet: 38, 6F and 94. RGB value is (56,111,148). Sum of RGB (Red+Green+Blue) = 56+111+148=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #386F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386F94 is #C7906B. Grayscale: #626262. Windows color (decimal): -13078636 or 9727800. OLE color: 9727800.

HSL color Cylindrical-coordinate representation of color #386F94: hue angle of 204.13º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #386F94 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 111 148 -
CMYK 0.62 0.25 0 0.42
HSL 204.13º 0.45% 0.4% -
HSV(B) 204.13º 0.62% 0.58% -
XYZ 12.66 14.35 30.12 -
YUV 98.77 155.78 97.49 -
System Red Green Blue C M Y K H S L
Decimal 56 111 148 0.62 0.25 0 0.42 204.13 0.45 0.4
Hex 38 6F 94 3E 19 0 2A CC 2D 28
Octal 70 157 224 76 31 0 52 314 55 50
Binary 111000 1101111 10010100 111110 11001 0 101010 11001100 101101 101000

Color Harmonies of #386F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F94

Black with #386F94

Text Example


Text Example

White with #386F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,111,148); }

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

background-color css

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

 a { background-color: rgb(56,111,148); }

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

border-color css

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

 span { border-color: rgb(56,111,148); }

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