Html Css Color HEX #255293 Endeavour

📋 copy color: '#255293'

red 37 ◦ green 82 ◦ blue 147

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

Shades of Endeavour #255293

Tints of Endeavour #255293

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.83%

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

R = 13.91%
G = 30.83%
B = 55.26%

CMYK

 C value IS 0.75

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#255293 (or 0x255293) is known color: Endeavour. HEX triplet: 25, 52 and 93. RGB value is (37,82,147). Sum of RGB (Red+Green+Blue) = 37+82+147=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #255293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255293 is #DAAD6C. Grayscale: #4B4B4B. Windows color (decimal): -14331245 or 9654821. OLE color: 9654821.

HSL color Cylindrical-coordinate representation of color #255293: hue angle of 215.45º 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 #255293 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 82 147 -
CMYK 0.75 0.44 0 0.42
HSL 215.45º 0.6% 0.36% -
HSV(B) 215.45º 0.75% 0.58% -
XYZ 9.05 8.53 28.77 -
YUV 75.96 168.09 100.21 -
System Red Green Blue C M Y K H S L
Decimal 37 82 147 0.75 0.44 0 0.42 215.45 0.6 0.36
Hex 25 52 93 4B 2C 0 2A D7 3C 24
Octal 45 122 223 113 54 0 52 327 74 44
Binary 100101 1010010 10010011 1001011 101100 0 101010 11010111 111100 100100

Color Harmonies of #255293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255293

Black with #255293

Text Example


Text Example

White with #255293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255293; }

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

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

background-color css

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

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

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

border-color css

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

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

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