Html Css Color HEX #255793 Endeavour

📋 copy color: '#255793'

red 37 ◦ green 87 ◦ blue 147

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

Shades of Endeavour #255793

Tints of Endeavour #255793

RGB

 RED value IS 37 (14.84% from 255) = 13.65%

 GREEN value IS 87 (34.38% from 255) = 32.1%

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

R = 13.65%
G = 32.1%
B = 54.24%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#255793 (or 0x255793) is known color: Endeavour. HEX triplet: 25, 57 and 93. RGB value is (37,87,147). Sum of RGB (Red+Green+Blue) = 37+87+147=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #255793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255793 is #DAA86C. Grayscale: #4E4E4E. Windows color (decimal): -14329965 or 9656101. OLE color: 9656101.

HSL color Cylindrical-coordinate representation of color #255793: hue angle of 212.73º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #255793 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 87 147 -
CMYK 0.75 0.41 0 0.42
HSL 212.73º 0.6% 0.36% -
HSV(B) 212.73º 0.75% 0.58% -
XYZ 9.44 9.32 28.9 -
YUV 78.89 166.44 98.12 -
System Red Green Blue C M Y K H S L
Decimal 37 87 147 0.75 0.41 0 0.42 212.73 0.6 0.36
Hex 25 57 93 4B 29 0 2A D5 3C 24
Octal 45 127 223 113 51 0 52 325 74 44
Binary 100101 1010111 10010011 1001011 101001 0 101010 11010101 111100 100100

Color Harmonies of #255793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255793

Black with #255793

Text Example


Text Example

White with #255793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255793; }

 p { color: rgb(37,87,147); }

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

background-color css

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

 a { background-color: rgb(37,87,147); }

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

border-color css

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

 span { border-color: rgb(37,87,147); }

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