#305A8B

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

Shades of Endeavour #305A8B

Tints of Endeavour #305A8B

Color information

#305A8B (or 0x305A8B) is unknown color: approx Endeavour. HEX triplet: 30, 5A and 8B. RGB value is (48,90,139). Sum of RGB (Red+Green+Blue) = 48+90+139=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #305A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305A8B is #CFA574. Grayscale: #525252. Windows color (decimal): -13608309 or 9132592. OLE color: 9132592.

HSL color Cylindrical-coordinate representation of color #305A8B: hue angle of 212.31º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #305A8B is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4890139-
CMYK0.650.3500.45
HSL212.31º48.66%36.67%-
HSV(B)212.31º65.47%54.51%-
XYZ9.549.825.82-
YUV83.03159.59103.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.33%
GREEN value IS 90 (35.55% from 255) = 32.49%
BLUE value IS 139 (54.69% from 255) = 50.18%
R=17.33%
G=32.49%
B=50.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48901390.650.3500.45212.3148.6636.67
Hex305A8B412302Dd43125
Octal60132213101430553246145
Binary1100001011010100010111000001100011010110111010100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,90,139); }

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

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

 a { background-color: rgb(48,90,139); }

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

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

 span { border-color: rgb(48,90,139); }

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