#30568D

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

Shades of Endeavour #30568D

Tints of Endeavour #30568D

Color information

#30568D (or 0x30568D) is unknown color: approx Endeavour. HEX triplet: 30, 56 and 8D. RGB value is (48,86,141). Sum of RGB (Red+Green+Blue) = 48+86+141=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #30568D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30568D is #CFA972. Grayscale: #505050. Windows color (decimal): -13609331 or 9262640. OLE color: 9262640.

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

Color convert

RGB4886141-
CMYK0.660.3900.45
HSL215.48º49.21%37.06%-
HSV(B)215.48º65.96%55.29%-
XYZ9.359.2126.48-
YUV80.91161.91104.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.45%
GREEN value IS 86 (33.98% from 255) = 31.27%
BLUE value IS 141 (55.47% from 255) = 51.27%
R=17.45%
G=31.27%
B=51.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48861410.660.3900.45215.4849.2137.06
Hex30568D422702Dd73125
Octal60126215102470553276145
Binary1100001010110100011011000010100111010110111010111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30568D; }

 p { color: rgb(48,86,141); }

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

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

 a { background-color: rgb(48,86,141); }

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

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

 span { border-color: rgb(48,86,141); }

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