Html Css Color HEX #295C9F Endeavour

📋 copy color: '#295C9F'

red 41 ◦ green 92 ◦ blue 159

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

Shades of Endeavour #295C9F

Tints of Endeavour #295C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 54.45%

R = 14.04%
G = 31.51%
B = 54.45%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#295C9F (or 0x295C9F) is known color: Endeavour. HEX triplet: 29, 5C and 9F. RGB value is (41,92,159). Sum of RGB (Red+Green+Blue) = 41+92+159=292 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.04% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #295C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295C9F is #D6A360. Grayscale: #545454. Windows color (decimal): -14066529 or 10443817. OLE color: 10443817.

HSL color Cylindrical-coordinate representation of color #295C9F: hue angle of 214.07º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #295C9F is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 92 159 -
CMYK 0.74 0.42 0 0.38
HSL 214.07º 0.59% 0.39% -
HSV(B) 214.07º 0.74% 0.62% -
XYZ 11 10.63 34.27 -
YUV 84.39 170.1 97.05 -
System Red Green Blue C M Y K H S L
Decimal 41 92 159 0.74 0.42 0 0.38 214.07 0.59 0.39
Hex 29 5C 9F 4A 2A 0 26 D6 3B 27
Octal 51 134 237 112 52 0 46 326 73 47
Binary 101001 1011100 10011111 1001010 101010 0 100110 11010110 111011 100111

Color Harmonies of #295C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295C9F

Black with #295C9F

Text Example


Text Example

White with #295C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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