Html Css Color HEX #256098 Endeavour

📋 copy color: '#256098'

red 37 ◦ green 96 ◦ blue 152

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

Shades of Endeavour #256098

Tints of Endeavour #256098

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.68%

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

R = 12.98%
G = 33.68%
B = 53.33%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#256098 (or 0x256098) is known color: Endeavour. HEX triplet: 25, 60 and 98. RGB value is (37,96,152). Sum of RGB (Red+Green+Blue) = 37+96+152=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 96 (37.89% from 255 or 33.68% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #256098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256098 is #DA9F67. Grayscale: #545454. Windows color (decimal): -14327656 or 9986085. OLE color: 9986085.

HSL color Cylindrical-coordinate representation of color #256098: hue angle of 209.22º 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 #256098 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 96 152 -
CMYK 0.76 0.37 0 0.40
HSL 209.22º 0.61% 0.37% -
HSV(B) 209.22º 0.76% 0.6% -
XYZ 10.61 11.03 31.27 -
YUV 84.74 165.95 93.95 -
System Red Green Blue C M Y K H S L
Decimal 37 96 152 0.76 0.37 0 0.40 209.22 0.61 0.37
Hex 25 60 98 4C 25 0 28 D1 3D 25
Octal 45 140 230 114 45 0 50 321 75 45
Binary 100101 1100000 10011000 1001100 100101 0 101000 11010001 111101 100101

Color Harmonies of #256098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256098

Black with #256098

Text Example


Text Example

White with #256098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256098; }

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

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

background-color css

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

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

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

border-color css

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

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

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