#38638F

Color #38638F Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #38638F

Tints of Endeavour #38638F

Color information

#38638F (or 0x38638F) is unknown color: approx Endeavour. HEX triplet: 38, 63 and 8F. RGB value is (56,99,143). Sum of RGB (Red+Green+Blue) = 56+99+143=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #38638F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38638F is #C79C70. Grayscale: #5A5A5A. Windows color (decimal): -13081713 or 9397048. OLE color: 9397048.

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

Color convert

RGB5699143-
CMYK0.610.3100.44
HSL210.34º43.72%39.02%-
HSV(B)210.34º60.84%56.08%-
XYZ11.0511.7527.67-
YUV91.16157.25102.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.79%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 143 (56.25% from 255) = 47.99%
R=18.79%
G=33.22%
B=47.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56991430.610.3100.44210.3443.7239.02
Hex38638F3D1F02Cd22c27
Octal7014321775370543225447
Binary11100011000111000111111110111111010110011010010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38638F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38638F; }

 p { color: rgb(56,99,143); }

 H1.HeaderClassName
 {
   color: #38638F;
 }
 .AnyTagClassName
 {
   color: #38638F;
 }
</style>
background-color css

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

 a { background-color: rgb(56,99,143); }

 div.DivClassName
 {
   background-color: #38638F;
 }
 .BgClassName
 {
   background-color: #38638F;
 }
</style>
border-color css

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

 span { border-color: rgb(56,99,143); }

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