Html Css Color HEX #255194 Endeavour

📋 copy color: '#255194'

red 37 ◦ green 81 ◦ blue 148

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

Shades of Endeavour #255194

Tints of Endeavour #255194

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.45%

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

R = 13.91%
G = 30.45%
B = 55.64%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#255194 (or 0x255194) is known color: Endeavour. HEX triplet: 25, 51 and 94. RGB value is (37,81,148). Sum of RGB (Red+Green+Blue) = 37+81+148=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #255194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255194 is #DAAE6B. Grayscale: #4B4B4B. Windows color (decimal): -14331500 or 9720101. OLE color: 9720101.

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

Color convert

RGB 37 81 148 -
CMYK 0.75 0.45 0 0.42
HSL 216.22º 0.6% 0.36% -
HSV(B) 216.22º 0.75% 0.58% -
XYZ 9.05 8.42 29.16 -
YUV 75.48 168.92 100.55 -
System Red Green Blue C M Y K H S L
Decimal 37 81 148 0.75 0.45 0 0.42 216.22 0.6 0.36
Hex 25 51 94 4B 2D 0 2A D8 3C 24
Octal 45 121 224 113 55 0 52 330 74 44
Binary 100101 1010001 10010100 1001011 101101 0 101010 11011000 111100 100100

Color Harmonies of #255194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255194

Black with #255194

Text Example


Text Example

White with #255194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255194; }

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

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

background-color css

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

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

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

border-color css

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

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

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