#305F90

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

Shades of Endeavour #305F90

Tints of Endeavour #305F90

Color information

#305F90 (or 0x305F90) is unknown color: approx Endeavour. HEX triplet: 30, 5F and 90. RGB value is (48,95,144). Sum of RGB (Red+Green+Blue) = 48+95+144=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #305F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305F90 is #CFA06F. Grayscale: #565656. Windows color (decimal): -13607024 or 9461552. OLE color: 9461552.

HSL color Cylindrical-coordinate representation of color #305F90: hue angle of 210.62º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #305F90 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4895144-
CMYK0.670.3400.44
HSL210.62º50%37.65%-
HSV(B)210.62º66.67%56.47%-
XYZ10.3510.8327.93-
YUV86.53160.43100.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.72%
GREEN value IS 95 (37.5% from 255) = 33.10%
BLUE value IS 144 (56.64% from 255) = 50.17%
R=16.72%
G=33.10%
B=50.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48951440.670.3400.44210.625037.65
Hex305F90432202Cd33226
Octal60137220103420543236246
Binary1100001011111100100001000011100010010110011010011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,95,144); }

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

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

 a { background-color: rgb(48,95,144); }

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

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

 span { border-color: rgb(48,95,144); }

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