Html Css Color HEX #255494 Endeavour

📋 copy color: '#255494'

red 37 ◦ green 84 ◦ blue 148

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

Shades of Endeavour #255494

Tints of Endeavour #255494

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

 BLUE value IS 148 (58.2% from 255) = 55.02%

R = 13.75%
G = 31.23%
B = 55.02%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#255494 (or 0x255494) is known color: Endeavour. HEX triplet: 25, 54 and 94. RGB value is (37,84,148). Sum of RGB (Red+Green+Blue) = 37+84+148=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 148 (58.20% from 255 or 55.02% from 269); Max value from RGB is 148 - color contains mainly: blue. Hex color #255494 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255494 is #DAAB6B. Grayscale: #4C4C4C. Windows color (decimal): -14330732 or 9720869. OLE color: 9720869.

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

Color convert

RGB 37 84 148 -
CMYK 0.75 0.43 0 0.42
HSL 214.59º 0.6% 0.36% -
HSV(B) 214.59º 0.75% 0.58% -
XYZ 9.28 8.87 29.24 -
YUV 77.24 167.93 99.3 -
System Red Green Blue C M Y K H S L
Decimal 37 84 148 0.75 0.43 0 0.42 214.59 0.6 0.36
Hex 25 54 94 4B 2B 0 2A D7 3C 24
Octal 45 124 224 113 53 0 52 327 74 44
Binary 100101 1010100 10010100 1001011 101011 0 101010 11010111 111100 100100

Color Harmonies of #255494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255494

Black with #255494

Text Example


Text Example

White with #255494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255494; }

 p { color: rgb(37,84,148); }

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

background-color css

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

 a { background-color: rgb(37,84,148); }

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

border-color css

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

 span { border-color: rgb(37,84,148); }

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