Html Css Color HEX #265885 Endeavour

📋 copy color: '#265885'

red 38 ◦ green 88 ◦ blue 133

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

Shades of Endeavour #265885

Tints of Endeavour #265885

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.98%

 BLUE value IS 133 (52.34% from 255) = 51.35%

R = 14.67%
G = 33.98%
B = 51.35%

CMYK

 C value IS 0.71

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#265885 (or 0x265885) is known color: Endeavour. HEX triplet: 26, 58 and 85. RGB value is (38,88,133). Sum of RGB (Red+Green+Blue) = 38+88+133=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #265885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265885 is #D9A77A. Grayscale: #4D4D4D. Windows color (decimal): -14264187 or 8738854. OLE color: 8738854.

HSL color Cylindrical-coordinate representation of color #265885: hue angle of 208.42º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #265885 is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 38 88 133 -
CMYK 0.71 0.34 0 0.48
HSL 208.42º 0.56% 0.34% -
HSV(B) 208.42º 0.71% 0.52% -
XYZ 8.52 9.08 23.49 -
YUV 78.18 158.94 99.34 -
System Red Green Blue C M Y K H S L
Decimal 38 88 133 0.71 0.34 0 0.48 208.42 0.56 0.34
Hex 26 58 85 47 22 0 30 D0 38 22
Octal 46 130 205 107 42 0 60 320 70 42
Binary 100110 1011000 10000101 1000111 100010 0 110000 11010000 111000 100010

Color Harmonies of #265885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265885

Black with #265885

Text Example


Text Example

White with #265885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265885; }

 p { color: rgb(38,88,133); }

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

background-color css

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

 a { background-color: rgb(38,88,133); }

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

border-color css

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

 span { border-color: rgb(38,88,133); }

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