Html Css Color HEX #255691 Endeavour

📋 copy color: '#255691'

red 37 ◦ green 86 ◦ blue 145

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

Shades of Endeavour #255691

Tints of Endeavour #255691

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.09%

 BLUE value IS 145 (57.03% from 255) = 54.1%

R = 13.81%
G = 32.09%
B = 54.1%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#255691 (or 0x255691) is known color: Endeavour. HEX triplet: 25, 56 and 91. RGB value is (37,86,145). Sum of RGB (Red+Green+Blue) = 37+86+145=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #255691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255691 is #DAA96E. Grayscale: #4D4D4D. Windows color (decimal): -14330223 or 9524773. OLE color: 9524773.

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

Color convert

RGB 37 86 145 -
CMYK 0.74 0.41 0 0.43
HSL 212.78º 0.59% 0.36% -
HSV(B) 212.78º 0.74% 0.57% -
XYZ 9.2 9.09 28.06 -
YUV 78.08 165.77 98.7 -
System Red Green Blue C M Y K H S L
Decimal 37 86 145 0.74 0.41 0 0.43 212.78 0.59 0.36
Hex 25 56 91 4A 29 0 2B D5 3B 24
Octal 45 126 221 112 51 0 53 325 73 44
Binary 100101 1010110 10010001 1001010 101001 0 101011 11010101 111011 100100

Color Harmonies of #255691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255691

Black with #255691

Text Example


Text Example

White with #255691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255691; }

 p { color: rgb(37,86,145); }

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

background-color css

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

 a { background-color: rgb(37,86,145); }

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

border-color css

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

 span { border-color: rgb(37,86,145); }

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