Html Css Color HEX #265A8A Endeavour

📋 copy color: '#265A8A'

red 38 ◦ green 90 ◦ blue 138

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

Shades of Endeavour #265A8A

Tints of Endeavour #265A8A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.83%

 BLUE value IS 138 (54.3% from 255) = 51.88%

R = 14.29%
G = 33.83%
B = 51.88%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#265A8A (or 0x265A8A) is known color: Endeavour. HEX triplet: 26, 5A and 8A. RGB value is (38,90,138). Sum of RGB (Red+Green+Blue) = 38+90+138=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 90 (35.55% from 255 or 33.83% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #265A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265A8A is #D9A575. Grayscale: #4F4F4F. Windows color (decimal): -14263670 or 9067046. OLE color: 9067046.

HSL color Cylindrical-coordinate representation of color #265A8A: hue angle of 208.8º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #265A8A is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 90 138 -
CMYK 0.72 0.35 0 0.46
HSL 208.8º 0.57% 0.35% -
HSV(B) 208.8º 0.72% 0.54% -
XYZ 9.04 9.56 25.41 -
YUV 79.92 160.77 98.1 -
System Red Green Blue C M Y K H S L
Decimal 38 90 138 0.72 0.35 0 0.46 208.8 0.57 0.35
Hex 26 5A 8A 48 23 0 2E D1 39 23
Octal 46 132 212 110 43 0 56 321 71 43
Binary 100110 1011010 10001010 1001000 100011 0 101110 11010001 111001 100011

Color Harmonies of #265A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265A8A

Black with #265A8A

Text Example


Text Example

White with #265A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,90,138); }

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

background-color css

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

 a { background-color: rgb(38,90,138); }

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

border-color css

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

 span { border-color: rgb(38,90,138); }

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