Html Css Color HEX #255492 Endeavour

📋 copy color: '#255492'

red 37 ◦ green 84 ◦ blue 146

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

Shades of Endeavour #255492

Tints of Endeavour #255492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 54.68%

R = 13.86%
G = 31.46%
B = 54.68%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#255492 (or 0x255492) is known color: Endeavour. HEX triplet: 25, 54 and 92. RGB value is (37,84,146). Sum of RGB (Red+Green+Blue) = 37+84+146=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #255492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255492 is #DAAB6D. Grayscale: #4C4C4C. Windows color (decimal): -14330734 or 9589797. OLE color: 9589797.

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

Color convert

RGB 37 84 146 -
CMYK 0.75 0.42 0 0.43
HSL 214.13º 0.6% 0.36% -
HSV(B) 214.13º 0.75% 0.57% -
XYZ 9.12 8.81 28.41 -
YUV 77.02 166.93 99.46 -
System Red Green Blue C M Y K H S L
Decimal 37 84 146 0.75 0.42 0 0.43 214.13 0.6 0.36
Hex 25 54 92 4B 2A 0 2B D6 3C 24
Octal 45 124 222 113 52 0 53 326 74 44
Binary 100101 1010100 10010010 1001011 101010 0 101011 11010110 111100 100100

Color Harmonies of #255492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255492

Black with #255492

Text Example


Text Example

White with #255492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255492; }

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

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

background-color css

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

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

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

border-color css

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

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

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