Html Css Color HEX #265198 Endeavour

📋 copy color: '#265198'

red 38 ◦ green 81 ◦ blue 152

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

Shades of Endeavour #265198

Tints of Endeavour #265198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.09%

R = 14.02%
G = 29.89%
B = 56.09%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#265198 (or 0x265198) is known color: Endeavour. HEX triplet: 26, 51 and 98. RGB value is (38,81,152). Sum of RGB (Red+Green+Blue) = 38+81+152=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #265198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265198 is #D9AE67. Grayscale: #4B4B4B. Windows color (decimal): -14265960 or 9982246. OLE color: 9982246.

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

Color convert

RGB 38 81 152 -
CMYK 0.75 0.47 0 0.40
HSL 217.37º 0.6% 0.37% -
HSV(B) 217.37º 0.75% 0.6% -
XYZ 9.41 8.56 30.86 -
YUV 76.24 170.75 100.73 -
System Red Green Blue C M Y K H S L
Decimal 38 81 152 0.75 0.47 0 0.40 217.37 0.6 0.37
Hex 26 51 98 4B 2F 0 28 D9 3C 25
Octal 46 121 230 113 57 0 50 331 74 45
Binary 100110 1010001 10011000 1001011 101111 0 101000 11011001 111100 100101

Color Harmonies of #265198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265198

Black with #265198

Text Example


Text Example

White with #265198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265198; }

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

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

background-color css

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

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

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

border-color css

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

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

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