Html Css Color HEX #265B8A Endeavour

📋 copy color: '#265B8A'

red 38 ◦ green 91 ◦ blue 138

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

Shades of Endeavour #265B8A

Tints of Endeavour #265B8A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.08%

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

R = 14.23%
G = 34.08%
B = 51.69%

CMYK

 C value IS 0.72

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#265B8A (or 0x265B8A) is known color: Endeavour. HEX triplet: 26, 5B and 8A. RGB value is (38,91,138). Sum of RGB (Red+Green+Blue) = 38+91+138=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #265B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265B8A is #D9A475. Grayscale: #505050. Windows color (decimal): -14263414 or 9067302. OLE color: 9067302.

HSL color Cylindrical-coordinate representation of color #265B8A: hue angle of 208.2º 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 #265B8A is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 91 138 -
CMYK 0.72 0.34 0 0.46
HSL 208.2º 0.57% 0.35% -
HSV(B) 208.2º 0.72% 0.54% -
XYZ 9.13 9.73 25.44 -
YUV 80.51 160.44 97.68 -
System Red Green Blue C M Y K H S L
Decimal 38 91 138 0.72 0.34 0 0.46 208.2 0.57 0.35
Hex 26 5B 8A 48 22 0 2E D0 39 23
Octal 46 133 212 110 42 0 56 320 71 43
Binary 100110 1011011 10001010 1001000 100010 0 101110 11010000 111001 100011

Color Harmonies of #265B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265B8A

Black with #265B8A

Text Example


Text Example

White with #265B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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