Html Css Color HEX #256298 Endeavour

📋 copy color: '#256298'

red 37 ◦ green 98 ◦ blue 152

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

Shades of Endeavour #256298

Tints of Endeavour #256298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 52.96%

R = 12.89%
G = 34.15%
B = 52.96%

CMYK

 C value IS 0.76

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#256298 (or 0x256298) is known color: Endeavour. HEX triplet: 25, 62 and 98. RGB value is (37,98,152). Sum of RGB (Red+Green+Blue) = 37+98+152=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #256298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256298 is #DA9D67. Grayscale: #555555. Windows color (decimal): -14327144 or 9986597. OLE color: 9986597.

HSL color Cylindrical-coordinate representation of color #256298: hue angle of 208.17º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #256298 is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 98 152 -
CMYK 0.76 0.36 0 0.40
HSL 208.17º 0.61% 0.37% -
HSV(B) 208.17º 0.76% 0.6% -
XYZ 10.8 11.4 31.34 -
YUV 85.92 165.29 93.11 -
System Red Green Blue C M Y K H S L
Decimal 37 98 152 0.76 0.36 0 0.40 208.17 0.61 0.37
Hex 25 62 98 4C 24 0 28 D0 3D 25
Octal 45 142 230 114 44 0 50 320 75 45
Binary 100101 1100010 10011000 1001100 100100 0 101000 11010000 111101 100101

Color Harmonies of #256298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256298

Black with #256298

Text Example


Text Example

White with #256298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256298; }

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

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

background-color css

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

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

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

border-color css

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

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

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