Html Css Color HEX #255196 Endeavour

📋 copy color: '#255196'

red 37 ◦ green 81 ◦ blue 150

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

Shades of Endeavour #255196

Tints of Endeavour #255196

RGB

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

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

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

R = 13.81%
G = 30.22%
B = 55.97%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#255196 (or 0x255196) is known color: Endeavour. HEX triplet: 25, 51 and 96. RGB value is (37,81,150). Sum of RGB (Red+Green+Blue) = 37+81+150=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 150 (58.98% from 255 or 55.97% from 268); Max value from RGB is 150 - color contains mainly: blue. Hex color #255196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255196 is #DAAE69. Grayscale: #4B4B4B. Windows color (decimal): -14331498 or 9851173. OLE color: 9851173.

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

Color convert

RGB 37 81 150 -
CMYK 0.75 0.46 0 0.41
HSL 216.64º 0.6% 0.37% -
HSV(B) 216.64º 0.75% 0.59% -
XYZ 9.21 8.48 30.01 -
YUV 75.71 169.92 100.39 -
System Red Green Blue C M Y K H S L
Decimal 37 81 150 0.75 0.46 0 0.41 216.64 0.6 0.37
Hex 25 51 96 4B 2E 0 29 D9 3C 25
Octal 45 121 226 113 56 0 51 331 74 45
Binary 100101 1010001 10010110 1001011 101110 0 101001 11011001 111100 100101

Color Harmonies of #255196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255196

Black with #255196

Text Example


Text Example

White with #255196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #255196; }

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

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

background-color css

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

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

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

border-color css

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

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

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