Html Css Color HEX #265BA2 Endeavour

📋 copy color: '#265BA2'

red 38 ◦ green 91 ◦ blue 162

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

Shades of Endeavour #265BA2

Tints of Endeavour #265BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 55.67%

R = 13.06%
G = 31.27%
B = 55.67%

CMYK

 C value IS 0.77

 M value IS 0.44

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#265BA2 (or 0x265BA2) is known color: Endeavour. HEX triplet: 26, 5B and A2. RGB value is (38,91,162). Sum of RGB (Red+Green+Blue) = 38+91+162=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 162 (63.67% from 255 or 55.67% from 291); Max value from RGB is 162 - color contains mainly: blue. Hex color #265BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265BA2 is #D9A45D. Grayscale: #525252. Windows color (decimal): -14263390 or 10640166. OLE color: 10640166.

HSL color Cylindrical-coordinate representation of color #265BA2: hue angle of 214.35º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #265BA2 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 38 91 162 -
CMYK 0.77 0.44 0 0.36
HSL 214.35º 0.62% 0.39% -
HSV(B) 214.35º 0.77% 0.64% -
XYZ 11.06 10.5 35.63 -
YUV 83.25 172.44 95.73 -
System Red Green Blue C M Y K H S L
Decimal 38 91 162 0.77 0.44 0 0.36 214.35 0.62 0.39
Hex 26 5B A2 4D 2C 0 24 D6 3E 27
Octal 46 133 242 115 54 0 44 326 76 47
Binary 100110 1011011 10100010 1001101 101100 0 100100 11010110 111110 100111

Color Harmonies of #265BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265BA2

Black with #265BA2

Text Example


Text Example

White with #265BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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