Html Css Color HEX #264E8A Endeavour

📋 copy color: '#264E8A'

red 38 ◦ green 78 ◦ blue 138

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

Shades of Endeavour #264E8A

Tints of Endeavour #264E8A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.71%

 BLUE value IS 138 (54.3% from 255) = 54.33%

R = 14.96%
G = 30.71%
B = 54.33%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#264E8A (or 0x264E8A) is known color: Endeavour. HEX triplet: 26, 4E and 8A. RGB value is (38,78,138). Sum of RGB (Red+Green+Blue) = 38+78+138=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #264E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264E8A is #D9B175. Grayscale: #484848. Windows color (decimal): -14266742 or 9063974. OLE color: 9063974.

HSL color Cylindrical-coordinate representation of color #264E8A: hue angle of 216º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #264E8A is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 78 138 -
CMYK 0.72 0.43 0 0.46
HSL 216º 0.57% 0.35% -
HSV(B) 216º 0.72% 0.54% -
XYZ 8.11 7.7 25.1 -
YUV 72.88 164.75 103.12 -
System Red Green Blue C M Y K H S L
Decimal 38 78 138 0.72 0.43 0 0.46 216 0.57 0.35
Hex 26 4E 8A 48 2B 0 2E D8 39 23
Octal 46 116 212 110 53 0 56 330 71 43
Binary 100110 1001110 10001010 1001000 101011 0 101110 11011000 111001 100011

Color Harmonies of #264E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264E8A

Black with #264E8A

Text Example


Text Example

White with #264E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,78,138); }

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

background-color css

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

 a { background-color: rgb(38,78,138); }

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

border-color css

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

 span { border-color: rgb(38,78,138); }

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