Html Css Color HEX #256295 Endeavour

📋 copy color: '#256295'

red 37 ◦ green 98 ◦ blue 149

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

Shades of Endeavour #256295

Tints of Endeavour #256295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.51%

 BLUE value IS 149 (58.59% from 255) = 52.46%

R = 13.03%
G = 34.51%
B = 52.46%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#256295 (or 0x256295) is known color: Endeavour. HEX triplet: 25, 62 and 95. RGB value is (37,98,149). Sum of RGB (Red+Green+Blue) = 37+98+149=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #256295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256295 is #DA9D6A. Grayscale: #555555. Windows color (decimal): -14327147 or 9789989. OLE color: 9789989.

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

Color convert

RGB 37 98 149 -
CMYK 0.75 0.34 0 0.42
HSL 207.32º 0.6% 0.36% -
HSV(B) 207.32º 0.75% 0.58% -
XYZ 10.56 11.3 30.06 -
YUV 85.58 163.79 93.35 -
System Red Green Blue C M Y K H S L
Decimal 37 98 149 0.75 0.34 0 0.42 207.32 0.6 0.36
Hex 25 62 95 4B 22 0 2A CF 3C 24
Octal 45 142 225 113 42 0 52 317 74 44
Binary 100101 1100010 10010101 1001011 100010 0 101010 11001111 111100 100100

Color Harmonies of #256295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256295

Black with #256295

Text Example


Text Example

White with #256295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256295; }

 p { color: rgb(37,98,149); }

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

background-color css

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

 a { background-color: rgb(37,98,149); }

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

border-color css

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

 span { border-color: rgb(37,98,149); }

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