#1C629D

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

Shades of Endeavour #1C629D

Tints of Endeavour #1C629D

Color information

#1C629D (or 0x1C629D) is unknown color: approx Endeavour. HEX triplet: 1C, 62 and 9D. RGB value is (28,98,157). Sum of RGB (Red+Green+Blue) = 28+98+157=283 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.89% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C629D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C629D is #E39D62. Grayscale: #535353. Windows color (decimal): -14916963 or 10314268. OLE color: 10314268.

HSL color Cylindrical-coordinate representation of color #1C629D: hue angle of 207.44º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C629D is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2898157-
CMYK0.820.3800.38
HSL207.44º69.73%36.27%-
HSV(B)207.44º82.17%61.57%-
XYZ10.9311.4233.53-
YUV83.8169.3188.2-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.89%
GREEN value IS 98 (38.67% from 255) = 34.63%
BLUE value IS 157 (61.72% from 255) = 55.48%
R=9.89%
G=34.63%
B=55.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal28981570.820.3800.38207.4469.7336.27
Hex1C629D5226026cf4624
Octal341422351224604631710644
Binary1110011000101001110110100101001100100110110011111000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C629D; }

 p { color: rgb(28,98,157); }

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

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

 a { background-color: rgb(28,98,157); }

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

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

 span { border-color: rgb(28,98,157); }

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