#30638E

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

Shades of Endeavour #30638E

Tints of Endeavour #30638E

Color information

#30638E (or 0x30638E) is unknown color: approx Endeavour. HEX triplet: 30, 63 and 8E. RGB value is (48,99,142). Sum of RGB (Red+Green+Blue) = 48+99+142=289 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.61% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #30638E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30638E is #CF9C71. Grayscale: #585858. Windows color (decimal): -13606002 or 9331504. OLE color: 9331504.

HSL color Cylindrical-coordinate representation of color #30638E: hue angle of 207.45º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30638E is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4899142-
CMYK0.660.3000.44
HSL207.45º49.47%37.25%-
HSV(B)207.45º66.2%55.69%-
XYZ10.5611.5127.26-
YUV88.65158.199-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.61%
GREEN value IS 99 (39.06% from 255) = 34.26%
BLUE value IS 142 (55.86% from 255) = 49.13%
R=16.61%
G=34.26%
B=49.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48991420.660.3000.44207.4549.4737.25
Hex30638E421E02Ccf3125
Octal60143216102360543176145
Binary110000110001110001110100001011110010110011001111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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