#30638A

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

Shades of Endeavour #30638A

Tints of Endeavour #30638A

Color information

#30638A (or 0x30638A) is unknown color: approx Endeavour. HEX triplet: 30, 63 and 8A. RGB value is (48,99,138). Sum of RGB (Red+Green+Blue) = 48+99+138=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #30638A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30638A is #CF9C75. Grayscale: #575757. Windows color (decimal): -13606006 or 9069360. OLE color: 9069360.

HSL color Cylindrical-coordinate representation of color #30638A: hue angle of 206º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30638A is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4899138-
CMYK0.650.2800.46
HSL206º48.39%36.47%-
HSV(B)206º65.22%54.12%-
XYZ10.2711.3925.7-
YUV88.2156.199.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.84%
GREEN value IS 99 (39.06% from 255) = 34.74%
BLUE value IS 138 (54.30% from 255) = 48.42%
R=16.84%
G=34.74%
B=48.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48991380.650.2800.4620648.3936.47
Hex30638A411C02Ece3024
Octal60143212101340563166044
Binary110000110001110001010100000111100010111011001110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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