Html Css Color HEX #264C98 Endeavour

📋 copy color: '#264C98'

red 38 ◦ green 76 ◦ blue 152

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

Shades of Endeavour #264C98

Tints of Endeavour #264C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 57.14%

R = 14.29%
G = 28.57%
B = 57.14%

CMYK

 C value IS 0.75

 M value IS 0.50

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#264C98 (or 0x264C98) is known color: Endeavour. HEX triplet: 26, 4C and 98. RGB value is (38,76,152). Sum of RGB (Red+Green+Blue) = 38+76+152=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #264C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264C98 is #D9B367. Grayscale: #484848. Windows color (decimal): -14267240 or 9980966. OLE color: 9980966.

HSL color Cylindrical-coordinate representation of color #264C98: hue angle of 220º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #264C98 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 38 76 152 -
CMYK 0.75 0.50 0 0.40
HSL 220º 0.6% 0.37% -
HSV(B) 220º 0.75% 0.6% -
XYZ 9.05 7.85 30.74 -
YUV 73.3 172.41 102.82 -
System Red Green Blue C M Y K H S L
Decimal 38 76 152 0.75 0.50 0 0.40 220 0.6 0.37
Hex 26 4C 98 4B 32 0 28 DC 3C 25
Octal 46 114 230 113 62 0 50 334 74 45
Binary 100110 1001100 10011000 1001011 110010 0 101000 11011100 111100 100101

Color Harmonies of #264C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264C98

Black with #264C98

Text Example


Text Example

White with #264C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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