Html Css Color HEX #295093 Endeavour

📋 copy color: '#295093'

red 41 ◦ green 80 ◦ blue 147

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

Shades of Endeavour #295093

Tints of Endeavour #295093

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.85%

 BLUE value IS 147 (57.81% from 255) = 54.85%

R = 15.3%
G = 29.85%
B = 54.85%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#295093 (or 0x295093) is known color: Endeavour. HEX triplet: 29, 50 and 93. RGB value is (41,80,147). Sum of RGB (Red+Green+Blue) = 41+80+147=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #295093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295093 is #D6AF6C. Grayscale: #4B4B4B. Windows color (decimal): -14069613 or 9654313. OLE color: 9654313.

HSL color Cylindrical-coordinate representation of color #295093: hue angle of 217.92º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #295093 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 80 147 -
CMYK 0.72 0.46 0 0.42
HSL 217.92º 0.56% 0.37% -
HSV(B) 217.92º 0.72% 0.58% -
XYZ 9.05 8.32 28.73 -
YUV 75.98 168.08 103.05 -
System Red Green Blue C M Y K H S L
Decimal 41 80 147 0.72 0.46 0 0.42 217.92 0.56 0.37
Hex 29 50 93 48 2E 0 2A DA 38 25
Octal 51 120 223 110 56 0 52 332 70 45
Binary 101001 1010000 10010011 1001000 101110 0 101010 11011010 111000 100101

Color Harmonies of #295093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295093

Black with #295093

Text Example


Text Example

White with #295093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295093; }

 p { color: rgb(41,80,147); }

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

background-color css

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

 a { background-color: rgb(41,80,147); }

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

border-color css

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

 span { border-color: rgb(41,80,147); }

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