Html Css Color HEX #265199 Endeavour

📋 copy color: '#265199'

red 38 ◦ green 81 ◦ blue 153

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

Shades of Endeavour #265199

Tints of Endeavour #265199

RGB

 RED value IS 38 (15.23% from 255) = 13.97%

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

 BLUE value IS 153 (60.16% from 255) = 56.25%

R = 13.97%
G = 29.78%
B = 56.25%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#265199 (or 0x265199) is known color: Endeavour. HEX triplet: 26, 51 and 99. RGB value is (38,81,153). Sum of RGB (Red+Green+Blue) = 38+81+153=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #265199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265199 is #D9AE66. Grayscale: #4C4C4C. Windows color (decimal): -14265959 or 10047782. OLE color: 10047782.

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

Color convert

RGB 38 81 153 -
CMYK 0.75 0.47 0 0.4
HSL 217.57º 0.6% 0.37% -
HSV(B) 217.57º 0.75% 0.6% -
XYZ 9.49 8.6 31.3 -
YUV 76.35 171.25 100.65 -
System Red Green Blue C M Y K H S L
Decimal 38 81 153 0.75 0.47 0 0.4 217.57 0.6 0.37
Hex 26 51 99 4B 2F 0 28 DA 3C 25
Octal 46 121 231 113 57 0 50 332 74 45
Binary 100110 1010001 10011001 1001011 101111 0 101000 11011010 111100 100101

Color Harmonies of #265199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265199

Black with #265199

Text Example


Text Example

White with #265199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265199; }

 p { color: rgb(38,81,153); }

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

background-color css

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

 a { background-color: rgb(38,81,153); }

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

border-color css

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

 span { border-color: rgb(38,81,153); }

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