Html Css Color HEX #264C95 Endeavour

📋 copy color: '#264C95'

red 38 ◦ green 76 ◦ blue 149

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

Shades of Endeavour #264C95

Tints of Endeavour #264C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.65%

R = 14.45%
G = 28.9%
B = 56.65%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#264C95 (or 0x264C95) is known color: Endeavour. HEX triplet: 26, 4C and 95. RGB value is (38,76,149). Sum of RGB (Red+Green+Blue) = 38+76+149=263 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.45% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 149 (58.59% from 255 or 56.65% from 263); Max value from RGB is 149 - color contains mainly: blue. Hex color #264C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264C95 is #D9B36A. Grayscale: #484848. Windows color (decimal): -14267243 or 9784358. OLE color: 9784358.

HSL color Cylindrical-coordinate representation of color #264C95: hue angle of 219.46º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #264C95 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 76 149 -
CMYK 0.74 0.49 0 0.42
HSL 219.46º 0.59% 0.37% -
HSV(B) 219.46º 0.74% 0.58% -
XYZ 8.81 7.75 29.47 -
YUV 72.96 170.91 103.06 -
System Red Green Blue C M Y K H S L
Decimal 38 76 149 0.74 0.49 0 0.42 219.46 0.59 0.37
Hex 26 4C 95 4A 31 0 2A DB 3B 25
Octal 46 114 225 112 61 0 52 333 73 45
Binary 100110 1001100 10010101 1001010 110001 0 101010 11011011 111011 100101

Color Harmonies of #264C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264C95

Black with #264C95

Text Example


Text Example

White with #264C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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