Html Css Color HEX #386F90 Astral

📋 copy color: '#386F90'

red 56 ◦ green 111 ◦ blue 144

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

Shades of Astral #386F90

Tints of Astral #386F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.3%

R = 18.01%
G = 35.69%
B = 46.3%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#386F90 (or 0x386F90) is known color: Astral. HEX triplet: 38, 6F and 90. RGB value is (56,111,144). Sum of RGB (Red+Green+Blue) = 56+111+144=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #386F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386F90 is #C7906F. Grayscale: #626262. Windows color (decimal): -13078640 or 9465656. OLE color: 9465656.

HSL color Cylindrical-coordinate representation of color #386F90: hue angle of 202.5º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #386F90 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 111 144 -
CMYK 0.61 0.23 0 0.44
HSL 202.5º 0.44% 0.39% -
HSV(B) 202.5º 0.61% 0.56% -
XYZ 12.35 14.22 28.48 -
YUV 98.32 153.78 97.82 -
System Red Green Blue C M Y K H S L
Decimal 56 111 144 0.61 0.23 0 0.44 202.5 0.44 0.39
Hex 38 6F 90 3D 17 0 2C CA 2C 27
Octal 70 157 220 75 27 0 54 312 54 47
Binary 111000 1101111 10010000 111101 10111 0 101100 11001010 101100 100111

Color Harmonies of #386F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F90

Black with #386F90

Text Example


Text Example

White with #386F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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