Html Css Color HEX #385D90 Endeavour

📋 copy color: '#385D90'

red 56 ◦ green 93 ◦ blue 144

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

Shades of Endeavour #385D90

Tints of Endeavour #385D90

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.74%

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

R = 19.11%
G = 31.74%
B = 49.15%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#385D90 (or 0x385D90) is known color: Endeavour. HEX triplet: 38, 5D and 90. RGB value is (56,93,144). Sum of RGB (Red+Green+Blue) = 56+93+144=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #385D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385D90 is #C7A26F. Grayscale: #575757. Windows color (decimal): -13083248 or 9461048. OLE color: 9461048.

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

Color convert

RGB 56 93 144 -
CMYK 0.61 0.35 0 0.44
HSL 214.77º 0.44% 0.39% -
HSV(B) 214.77º 0.61% 0.56% -
XYZ 10.58 10.68 27.89 -
YUV 87.75 159.74 105.35 -
System Red Green Blue C M Y K H S L
Decimal 56 93 144 0.61 0.35 0 0.44 214.77 0.44 0.39
Hex 38 5D 90 3D 23 0 2C D7 2C 27
Octal 70 135 220 75 43 0 54 327 54 47
Binary 111000 1011101 10010000 111101 100011 0 101100 11010111 101100 100111

Color Harmonies of #385D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385D90

Black with #385D90

Text Example


Text Example

White with #385D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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