Html Css Color HEX #256296 Endeavour

📋 copy color: '#256296'

red 37 ◦ green 98 ◦ blue 150

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

Shades of Endeavour #256296

Tints of Endeavour #256296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 52.63%

R = 12.98%
G = 34.39%
B = 52.63%

CMYK

 C value IS 0.75

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#256296 (or 0x256296) is known color: Endeavour. HEX triplet: 25, 62 and 96. RGB value is (37,98,150). Sum of RGB (Red+Green+Blue) = 37+98+150=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #256296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256296 is #DA9D69. Grayscale: #555555. Windows color (decimal): -14327146 or 9855525. OLE color: 9855525.

HSL color Cylindrical-coordinate representation of color #256296: hue angle of 207.61º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #256296 is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 98 150 -
CMYK 0.75 0.35 0 0.41
HSL 207.61º 0.6% 0.37% -
HSV(B) 207.61º 0.75% 0.59% -
XYZ 10.64 11.33 30.48 -
YUV 85.69 164.29 93.27 -
System Red Green Blue C M Y K H S L
Decimal 37 98 150 0.75 0.35 0 0.41 207.61 0.6 0.37
Hex 25 62 96 4B 23 0 29 D0 3C 25
Octal 45 142 226 113 43 0 51 320 74 45
Binary 100101 1100010 10010110 1001011 100011 0 101001 11010000 111100 100101

Color Harmonies of #256296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256296

Black with #256296

Text Example


Text Example

White with #256296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256296; }

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

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

background-color css

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

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

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

border-color css

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

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

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