Html Css Color HEX #264C92 Endeavour

📋 copy color: '#264C92'

red 38 ◦ green 76 ◦ blue 146

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

Shades of Endeavour #264C92

Tints of Endeavour #264C92

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.23%

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

R = 14.62%
G = 29.23%
B = 56.15%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#264C92 (or 0x264C92) is known color: Endeavour. HEX triplet: 26, 4C and 92. RGB value is (38,76,146). Sum of RGB (Red+Green+Blue) = 38+76+146=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #264C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264C92 is #D9B36D. Grayscale: #484848. Windows color (decimal): -14267246 or 9587750. OLE color: 9587750.

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

Color convert

RGB 38 76 146 -
CMYK 0.74 0.48 0 0.43
HSL 218.89º 0.59% 0.36% -
HSV(B) 218.89º 0.74% 0.57% -
XYZ 8.57 7.66 28.22 -
YUV 72.62 169.41 103.31 -
System Red Green Blue C M Y K H S L
Decimal 38 76 146 0.74 0.48 0 0.43 218.89 0.59 0.36
Hex 26 4C 92 4A 30 0 2B DB 3B 24
Octal 46 114 222 112 60 0 53 333 73 44
Binary 100110 1001100 10010010 1001010 110000 0 101011 11011011 111011 100100

Color Harmonies of #264C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264C92

Black with #264C92

Text Example


Text Example

White with #264C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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