Html Css Color HEX #255894 Endeavour

📋 copy color: '#255894'

red 37 ◦ green 88 ◦ blue 148

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

Shades of Endeavour #255894

Tints of Endeavour #255894

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.23%

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

R = 13.55%
G = 32.23%
B = 54.21%

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

#255894 (or 0x255894) is known color: Endeavour. HEX triplet: 25, 58 and 94. RGB value is (37,88,148). Sum of RGB (Red+Green+Blue) = 37+88+148=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 148 (58.20% from 255 or 54.21% from 273); Max value from RGB is 148 - color contains mainly: blue. Hex color #255894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255894 is #DAA76B. Grayscale: #4F4F4F. Windows color (decimal): -14329708 or 9721893. OLE color: 9721893.

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

Color convert

RGB 37 88 148 -
CMYK 0.75 0.41 0 0.42
HSL 212.43º 0.6% 0.36% -
HSV(B) 212.43º 0.75% 0.58% -
XYZ 9.6 9.51 29.35 -
YUV 79.59 166.6 97.62 -
System Red Green Blue C M Y K H S L
Decimal 37 88 148 0.75 0.41 0 0.42 212.43 0.6 0.36
Hex 25 58 94 4B 29 0 2A D4 3C 24
Octal 45 130 224 113 51 0 52 324 74 44
Binary 100101 1011000 10010100 1001011 101001 0 101010 11010100 111100 100100

Color Harmonies of #255894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255894

Black with #255894

Text Example


Text Example

White with #255894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255894; }

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

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

background-color css

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

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

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

border-color css

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

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

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