#306690

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

Shades of Endeavour #306690

Tints of Endeavour #306690

Color information

#306690 (or 0x306690) is unknown color: approx Endeavour. HEX triplet: 30, 66 and 90. RGB value is (48,102,144). Sum of RGB (Red+Green+Blue) = 48+102+144=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #306690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306690 is #CF996F. Grayscale: #5A5A5A. Windows color (decimal): -13605232 or 9463344. OLE color: 9463344.

HSL color Cylindrical-coordinate representation of color #306690: hue angle of 206.25º 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 #306690 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB48102144-
CMYK0.670.2900.44
HSL206.25º50%37.65%-
HSV(B)206.25º66.67%56.47%-
XYZ1112.1428.15-
YUV90.64158.1197.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.33%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 144 (56.64% from 255) = 48.98%
R=16.33%
G=34.69%
B=48.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481021440.670.2900.44206.255037.65
Hex306690431D02Cce3226
Octal60146220103350543166246
Binary110000110011010010000100001111101010110011001110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306690; }

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

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

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

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

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

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

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

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