Html Css Color HEX #295C8C Endeavour

📋 copy color: '#295C8C'

red 41 ◦ green 92 ◦ blue 140

#295C8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #295C8C

Tints of Endeavour #295C8C

RGB

 RED value IS 41 (16.41% from 255) = 15.02%

 GREEN value IS 92 (36.33% from 255) = 33.7%

 BLUE value IS 140 (55.08% from 255) = 51.28%

R = 15.02%
G = 33.7%
B = 51.28%

CMYK

 C value IS 0.71

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#295C8C (or 0x295C8C) is known color: Endeavour. HEX triplet: 29, 5C and 8C. RGB value is (41,92,140). Sum of RGB (Red+Green+Blue) = 41+92+140=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #295C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295C8C is #D6A373. Grayscale: #515151. Windows color (decimal): -14066548 or 9198633. OLE color: 9198633.

HSL color Cylindrical-coordinate representation of color #295C8C: hue angle of 209.09º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #295C8C is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 92 140 -
CMYK 0.71 0.34 0 0.45
HSL 209.09º 0.55% 0.35% -
HSV(B) 209.09º 0.71% 0.55% -
XYZ 9.48 10.02 26.25 -
YUV 82.22 160.6 98.6 -
System Red Green Blue C M Y K H S L
Decimal 41 92 140 0.71 0.34 0 0.45 209.09 0.55 0.35
Hex 29 5C 8C 47 22 0 2D D1 37 23
Octal 51 134 214 107 42 0 55 321 67 43
Binary 101001 1011100 10001100 1000111 100010 0 101101 11010001 110111 100011

Color Harmonies of #295C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C8C

Black with #295C8C

Text Example


Text Example

White with #295C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295C8C; }

 p { color: rgb(41,92,140); }

 H1.HeaderClassName
 {
   color: #295C8C;
 }
 .AnyTagClassName
 {
   color: #295C8C;
 }
</style>

background-color css

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

 a { background-color: rgb(41,92,140); }

 div.DivClassName
 {
   background-color: #295C8C;
 }
 .BgClassName
 {
   background-color: #295C8C;
 }
</style>

border-color css

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

 span { border-color: rgb(41,92,140); }

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