Html Css Color HEX #264D91 Endeavour

📋 copy color: '#264D91'

red 38 ◦ green 77 ◦ blue 145

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

Shades of Endeavour #264D91

Tints of Endeavour #264D91

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.62%

 BLUE value IS 145 (57.03% from 255) = 55.77%

R = 14.62%
G = 29.62%
B = 55.77%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#264D91 (or 0x264D91) is known color: Endeavour. HEX triplet: 26, 4D and 91. RGB value is (38,77,145). Sum of RGB (Red+Green+Blue) = 38+77+145=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #264D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264D91 is #D9B26E. Grayscale: #484848. Windows color (decimal): -14266991 or 9522470. OLE color: 9522470.

HSL color Cylindrical-coordinate representation of color #264D91: hue angle of 218.13º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #264D91 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 38 77 145 -
CMYK 0.74 0.47 0 0.43
HSL 218.13º 0.58% 0.36% -
HSV(B) 218.13º 0.74% 0.57% -
XYZ 8.56 7.76 27.84 -
YUV 73.09 168.58 102.97 -
System Red Green Blue C M Y K H S L
Decimal 38 77 145 0.74 0.47 0 0.43 218.13 0.58 0.36
Hex 26 4D 91 4A 2F 0 2B DA 3A 24
Octal 46 115 221 112 57 0 53 332 72 44
Binary 100110 1001101 10010001 1001010 101111 0 101011 11011010 111010 100100

Color Harmonies of #264D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264D91

Black with #264D91

Text Example


Text Example

White with #264D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264D91; }

 p { color: rgb(38,77,145); }

 H1.HeaderClassName
 {
   color: #264D91;
 }
 .AnyTagClassName
 {
   color: #264D91;
 }
</style>

background-color css

<style>
 a { background-color: #264D91; }

 a { background-color: rgb(38,77,145); }

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

border-color css

<style>
 span { border-color: #264D91; }

 span { border-color: rgb(38,77,145); }

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