Html Css Color HEX #295C8A Endeavour

📋 copy color: '#295C8A'

red 41 ◦ green 92 ◦ blue 138

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

Shades of Endeavour #295C8A

Tints of Endeavour #295C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 50.92%

R = 15.13%
G = 33.95%
B = 50.92%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#295C8A (or 0x295C8A) is known color: Endeavour. HEX triplet: 29, 5C and 8A. RGB value is (41,92,138). Sum of RGB (Red+Green+Blue) = 41+92+138=271 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.13% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 138 (54.30% from 255 or 50.92% from 271); Max value from RGB is 138 - color contains mainly: blue. Hex color #295C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295C8A is #D6A375. Grayscale: #515151. Windows color (decimal): -14066550 or 9067561. OLE color: 9067561.

HSL color Cylindrical-coordinate representation of color #295C8A: hue angle of 208.45º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #295C8A is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 92 138 -
CMYK 0.70 0.33 0 0.46
HSL 208.45º 0.54% 0.35% -
HSV(B) 208.45º 0.7% 0.54% -
XYZ 9.33 9.96 25.48 -
YUV 82 159.6 98.76 -
System Red Green Blue C M Y K H S L
Decimal 41 92 138 0.70 0.33 0 0.46 208.45 0.54 0.35
Hex 29 5C 8A 46 21 0 2E D0 36 23
Octal 51 134 212 106 41 0 56 320 66 43
Binary 101001 1011100 10001010 1000110 100001 0 101110 11010000 110110 100011

Color Harmonies of #295C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C8A

Black with #295C8A

Text Example


Text Example

White with #295C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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