Html Css Color HEX #264D92 Endeavour

📋 copy color: '#264D92'

red 38 ◦ green 77 ◦ blue 146

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

Shades of Endeavour #264D92

Tints of Endeavour #264D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.94%

R = 14.56%
G = 29.5%
B = 55.94%

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

#264D92 (or 0x264D92) is known color: Endeavour. HEX triplet: 26, 4D and 92. RGB value is (38,77,146). Sum of RGB (Red+Green+Blue) = 38+77+146=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #264D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264D92 is #D9B26D. Grayscale: #484848. Windows color (decimal): -14266990 or 9588006. OLE color: 9588006.

HSL color Cylindrical-coordinate representation of color #264D92: hue angle of 218.33º degrees, saturation: 0.59, 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 #264D92 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 38 77 146 -
CMYK 0.74 0.47 0 0.43
HSL 218.33º 0.59% 0.36% -
HSV(B) 218.33º 0.74% 0.57% -
XYZ 8.64 7.8 28.24 -
YUV 73.21 169.08 102.89 -
System Red Green Blue C M Y K H S L
Decimal 38 77 146 0.74 0.47 0 0.43 218.33 0.59 0.36
Hex 26 4D 92 4A 2F 0 2B DA 3B 24
Octal 46 115 222 112 57 0 53 332 73 44
Binary 100110 1001101 10010010 1001010 101111 0 101011 11011010 111011 100100

Color Harmonies of #264D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264D92

Black with #264D92

Text Example


Text Example

White with #264D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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