#305E8A

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

Shades of Endeavour #305E8A

Tints of Endeavour #305E8A

Color information

#305E8A (or 0x305E8A) is unknown color: approx Endeavour. HEX triplet: 30, 5E and 8A. RGB value is (48,94,138). Sum of RGB (Red+Green+Blue) = 48+94+138=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #305E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305E8A is #CFA175. Grayscale: #555555. Windows color (decimal): -13607286 or 9068080. OLE color: 9068080.

HSL color Cylindrical-coordinate representation of color #305E8A: hue angle of 209.33º 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 #305E8A is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4894138-
CMYK0.650.3200.46
HSL209.33º48.39%36.47%-
HSV(B)209.33º65.22%54.12%-
XYZ9.8110.4725.55-
YUV85.26157.76101.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.14%
GREEN value IS 94 (37.11% from 255) = 33.57%
BLUE value IS 138 (54.30% from 255) = 49.29%
R=17.14%
G=33.57%
B=49.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48941380.650.3200.46209.3348.3936.47
Hex305E8A412002Ed13024
Octal60136212101400563216044
Binary1100001011110100010101000001100000010111011010001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305E8A; }

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

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

<style>
 a { background-color: #305E8A; }

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

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

<style>
 span { border-color: #305E8A; }

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

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