Html Css Color HEX #265C96 Endeavour

📋 copy color: '#265C96'

red 38 ◦ green 92 ◦ blue 150

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

Shades of Endeavour #265C96

Tints of Endeavour #265C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 53.57%

R = 13.57%
G = 32.86%
B = 53.57%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#265C96 (or 0x265C96) is known color: Endeavour. HEX triplet: 26, 5C and 96. RGB value is (38,92,150). Sum of RGB (Red+Green+Blue) = 38+92+150=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #265C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265C96 is #D9A369. Grayscale: #525252. Windows color (decimal): -14263146 or 9853990. OLE color: 9853990.

HSL color Cylindrical-coordinate representation of color #265C96: hue angle of 211.07º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #265C96 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 38 92 150 -
CMYK 0.75 0.39 0 0.41
HSL 211.07º 0.6% 0.37% -
HSV(B) 211.07º 0.75% 0.59% -
XYZ 10.13 10.27 30.3 -
YUV 82.47 166.11 96.28 -
System Red Green Blue C M Y K H S L
Decimal 38 92 150 0.75 0.39 0 0.41 211.07 0.6 0.37
Hex 26 5C 96 4B 27 0 29 D3 3C 25
Octal 46 134 226 113 47 0 51 323 74 45
Binary 100110 1011100 10010110 1001011 100111 0 101001 11010011 111100 100101

Color Harmonies of #265C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265C96

Black with #265C96

Text Example


Text Example

White with #265C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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