Html Css Color HEX #256294 Endeavour

📋 copy color: '#256294'

red 37 ◦ green 98 ◦ blue 148

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

Shades of Endeavour #256294

Tints of Endeavour #256294

RGB

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

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

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

R = 13.07%
G = 34.63%
B = 52.3%

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

#256294 (or 0x256294) is known color: Endeavour. HEX triplet: 25, 62 and 94. RGB value is (37,98,148). Sum of RGB (Red+Green+Blue) = 37+98+148=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #256294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256294 is #DA9D6B. Grayscale: #555555. Windows color (decimal): -14327148 or 9724453. OLE color: 9724453.

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

Color convert

RGB 37 98 148 -
CMYK 0.75 0.34 0 0.42
HSL 207.03º 0.6% 0.36% -
HSV(B) 207.03º 0.75% 0.58% -
XYZ 10.48 11.27 29.64 -
YUV 85.46 163.29 93.43 -
System Red Green Blue C M Y K H S L
Decimal 37 98 148 0.75 0.34 0 0.42 207.03 0.6 0.36
Hex 25 62 94 4B 22 0 2A CF 3C 24
Octal 45 142 224 113 42 0 52 317 74 44
Binary 100101 1100010 10010100 1001011 100010 0 101010 11001111 111100 100100

Color Harmonies of #256294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256294

Black with #256294

Text Example


Text Example

White with #256294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256294; }

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

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

background-color css

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

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

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

border-color css

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

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

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