Html Css Color HEX #264D8B Endeavour

📋 copy color: '#264D8B'

red 38 ◦ green 77 ◦ blue 139

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

Shades of Endeavour #264D8B

Tints of Endeavour #264D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 54.72%

R = 14.96%
G = 30.31%
B = 54.72%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#264D8B (or 0x264D8B) is known color: Endeavour. HEX triplet: 26, 4D and 8B. RGB value is (38,77,139). Sum of RGB (Red+Green+Blue) = 38+77+139=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 139 (54.69% from 255 or 54.72% from 254); Max value from RGB is 139 - color contains mainly: blue. Hex color #264D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264D8B is #D9B274. Grayscale: #484848. Windows color (decimal): -14266997 or 9129254. OLE color: 9129254.

HSL color Cylindrical-coordinate representation of color #264D8B: hue angle of 216.83º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #264D8B is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 77 139 -
CMYK 0.73 0.45 0 0.45
HSL 216.83º 0.57% 0.35% -
HSV(B) 216.83º 0.73% 0.55% -
XYZ 8.11 7.58 25.46 -
YUV 72.41 165.58 103.46 -
System Red Green Blue C M Y K H S L
Decimal 38 77 139 0.73 0.45 0 0.45 216.83 0.57 0.35
Hex 26 4D 8B 49 2D 0 2D D9 39 23
Octal 46 115 213 111 55 0 55 331 71 43
Binary 100110 1001101 10001011 1001001 101101 0 101101 11011001 111001 100011

Color Harmonies of #264D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264D8B

Black with #264D8B

Text Example


Text Example

White with #264D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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