Html Css Color HEX #265498 Endeavour

📋 copy color: '#265498'

red 38 ◦ green 84 ◦ blue 152

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

Shades of Endeavour #265498

Tints of Endeavour #265498

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.66%

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

R = 13.87%
G = 30.66%
B = 55.47%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#265498 (or 0x265498) is known color: Endeavour. HEX triplet: 26, 54 and 98. RGB value is (38,84,152). Sum of RGB (Red+Green+Blue) = 38+84+152=274 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.87% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #265498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265498 is #D9AB67. Grayscale: #4D4D4D. Windows color (decimal): -14265192 or 9983014. OLE color: 9983014.

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

Color convert

RGB 38 84 152 -
CMYK 0.75 0.45 0 0.40
HSL 215.79º 0.6% 0.37% -
HSV(B) 215.79º 0.75% 0.6% -
XYZ 9.64 9.02 30.94 -
YUV 78 169.76 99.47 -
System Red Green Blue C M Y K H S L
Decimal 38 84 152 0.75 0.45 0 0.40 215.79 0.6 0.37
Hex 26 54 98 4B 2D 0 28 D8 3C 25
Octal 46 124 230 113 55 0 50 330 74 45
Binary 100110 1010100 10011000 1001011 101101 0 101000 11011000 111100 100101

Color Harmonies of #265498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265498

Black with #265498

Text Example


Text Example

White with #265498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265498; }

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

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

background-color css

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

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

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

border-color css

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

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

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