Html Css Color HEX #386490 Endeavour

📋 copy color: '#386490'

red 56 ◦ green 100 ◦ blue 144

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

Shades of Endeavour #386490

Tints of Endeavour #386490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.33%

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

R = 18.67%
G = 33.33%
B = 48%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#386490 (or 0x386490) is known color: Endeavour. HEX triplet: 38, 64 and 90. RGB value is (56,100,144). Sum of RGB (Red+Green+Blue) = 56+100+144=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #386490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386490 is #C79B6F. Grayscale: #5B5B5B. Windows color (decimal): -13081456 or 9462840. OLE color: 9462840.

HSL color Cylindrical-coordinate representation of color #386490: hue angle of 210º 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 #386490 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 100 144 -
CMYK 0.61 0.31 0 0.44
HSL 210º 0.44% 0.39% -
HSV(B) 210º 0.61% 0.56% -
XYZ 11.22 11.97 28.1 -
YUV 91.86 157.42 102.42 -
System Red Green Blue C M Y K H S L
Decimal 56 100 144 0.61 0.31 0 0.44 210 0.44 0.39
Hex 38 64 90 3D 1F 0 2C D2 2C 27
Octal 70 144 220 75 37 0 54 322 54 47
Binary 111000 1100100 10010000 111101 11111 0 101100 11010010 101100 100111

Color Harmonies of #386490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386490

Black with #386490

Text Example


Text Example

White with #386490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386490; }

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

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

background-color css

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

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

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

border-color css

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

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

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