Html Css Color HEX #256194 Endeavour

📋 copy color: '#256194'

red 37 ◦ green 97 ◦ blue 148

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

Shades of Endeavour #256194

Tints of Endeavour #256194

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.4%

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

R = 13.12%
G = 34.4%
B = 52.48%

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

#256194 (or 0x256194) is known color: Endeavour. HEX triplet: 25, 61 and 94. RGB value is (37,97,148). Sum of RGB (Red+Green+Blue) = 37+97+148=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #256194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256194 is #DA9E6B. Grayscale: #545454. Windows color (decimal): -14327404 or 9724197. OLE color: 9724197.

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

Color convert

RGB 37 97 148 -
CMYK 0.75 0.34 0 0.42
HSL 207.57º 0.6% 0.36% -
HSV(B) 207.57º 0.75% 0.58% -
XYZ 10.38 11.08 29.61 -
YUV 84.87 163.62 93.85 -
System Red Green Blue C M Y K H S L
Decimal 37 97 148 0.75 0.34 0 0.42 207.57 0.6 0.36
Hex 25 61 94 4B 22 0 2A D0 3C 24
Octal 45 141 224 113 42 0 52 320 74 44
Binary 100101 1100001 10010100 1001011 100010 0 101010 11010000 111100 100100

Color Harmonies of #256194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #256194

Black with #256194

Text Example


Text Example

White with #256194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #256194; }

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

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

background-color css

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

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

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

border-color css

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

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

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