Html Css Color HEX #264F85 Endeavour

📋 copy color: '#264F85'

red 38 ◦ green 79 ◦ blue 133

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

Shades of Endeavour #264F85

Tints of Endeavour #264F85

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.6%

 BLUE value IS 133 (52.34% from 255) = 53.2%

R = 15.2%
G = 31.6%
B = 53.2%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#264F85 (or 0x264F85) is known color: Endeavour. HEX triplet: 26, 4F and 85. RGB value is (38,79,133). Sum of RGB (Red+Green+Blue) = 38+79+133=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #264F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264F85 is #D9B07A. Grayscale: #484848. Windows color (decimal): -14266491 or 8736550. OLE color: 8736550.

HSL color Cylindrical-coordinate representation of color #264F85: hue angle of 214.11º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #264F85 is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 38 79 133 -
CMYK 0.71 0.41 0 0.48
HSL 214.11º 0.56% 0.34% -
HSV(B) 214.11º 0.71% 0.52% -
XYZ 7.83 7.7 23.26 -
YUV 72.9 161.92 103.11 -
System Red Green Blue C M Y K H S L
Decimal 38 79 133 0.71 0.41 0 0.48 214.11 0.56 0.34
Hex 26 4F 85 47 29 0 30 D6 38 22
Octal 46 117 205 107 51 0 60 326 70 42
Binary 100110 1001111 10000101 1000111 101001 0 110000 11010110 111000 100010

Color Harmonies of #264F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264F85

Black with #264F85

Text Example


Text Example

White with #264F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,79,133); }

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

background-color css

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

 a { background-color: rgb(38,79,133); }

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

border-color css

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

 span { border-color: rgb(38,79,133); }

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