Html Css Color HEX #38638E Endeavour

📋 copy color: '#38638E'

red 56 ◦ green 99 ◦ blue 142

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

Shades of Endeavour #38638E

Tints of Endeavour #38638E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.33%

 BLUE value IS 142 (55.86% from 255) = 47.81%

R = 18.86%
G = 33.33%
B = 47.81%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#38638E (or 0x38638E) is known color: Endeavour. HEX triplet: 38, 63 and 8E. RGB value is (56,99,142). Sum of RGB (Red+Green+Blue) = 56+99+142=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #38638E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38638E is #C79C71. Grayscale: #5A5A5A. Windows color (decimal): -13081714 or 9331512. OLE color: 9331512.

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

Color convert

RGB 56 99 142 -
CMYK 0.61 0.30 0 0.44
HSL 210º 0.43% 0.39% -
HSV(B) 210º 0.61% 0.56% -
XYZ 10.98 11.72 27.27 -
YUV 91.05 156.75 103 -
System Red Green Blue C M Y K H S L
Decimal 56 99 142 0.61 0.30 0 0.44 210 0.43 0.39
Hex 38 63 8E 3D 1E 0 2C D2 2B 27
Octal 70 143 216 75 36 0 54 322 53 47
Binary 111000 1100011 10001110 111101 11110 0 101100 11010010 101011 100111

Color Harmonies of #38638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38638E

Black with #38638E

Text Example


Text Example

White with #38638E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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