Html Css Color HEX #265C99 Endeavour

📋 copy color: '#265C99'

red 38 ◦ green 92 ◦ blue 153

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

Shades of Endeavour #265C99

Tints of Endeavour #265C99

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.51%

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

R = 13.43%
G = 32.51%
B = 54.06%

CMYK

 C value IS 0.75

 M value IS 0.40

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#265C99 (or 0x265C99) is known color: Endeavour. HEX triplet: 26, 5C and 99. RGB value is (38,92,153). Sum of RGB (Red+Green+Blue) = 38+92+153=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #265C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265C99 is #D9A366. Grayscale: #525252. Windows color (decimal): -14263143 or 10050598. OLE color: 10050598.

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

Color convert

RGB 38 92 153 -
CMYK 0.75 0.40 0 0.4
HSL 211.83º 0.6% 0.37% -
HSV(B) 211.83º 0.75% 0.6% -
XYZ 10.38 10.37 31.59 -
YUV 82.81 167.61 96.04 -
System Red Green Blue C M Y K H S L
Decimal 38 92 153 0.75 0.40 0 0.4 211.83 0.6 0.37
Hex 26 5C 99 4B 28 0 28 D4 3C 25
Octal 46 134 231 113 50 0 50 324 74 45
Binary 100110 1011100 10011001 1001011 101000 0 101000 11010100 111100 100101

Color Harmonies of #265C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265C99

Black with #265C99

Text Example


Text Example

White with #265C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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