Html Css Color HEX #264C9D Endeavour

📋 copy color: '#264C9D'

red 38 ◦ green 76 ◦ blue 157

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

Shades of Endeavour #264C9D

Tints of Endeavour #264C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 57.93%

R = 14.02%
G = 28.04%
B = 57.93%

CMYK

 C value IS 0.76

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#264C9D (or 0x264C9D) is known color: Endeavour. HEX triplet: 26, 4C and 9D. RGB value is (38,76,157). Sum of RGB (Red+Green+Blue) = 38+76+157=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #264C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264C9D is #D9B362. Grayscale: #494949. Windows color (decimal): -14267235 or 10308646. OLE color: 10308646.

HSL color Cylindrical-coordinate representation of color #264C9D: hue angle of 220.84º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #264C9D is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 38 76 157 -
CMYK 0.76 0.52 0 0.38
HSL 220.84º 0.61% 0.38% -
HSV(B) 220.84º 0.76% 0.62% -
XYZ 9.47 8.02 32.95 -
YUV 73.87 174.91 102.41 -
System Red Green Blue C M Y K H S L
Decimal 38 76 157 0.76 0.52 0 0.38 220.84 0.61 0.38
Hex 26 4C 9D 4C 34 0 26 DD 3D 26
Octal 46 114 235 114 64 0 46 335 75 46
Binary 100110 1001100 10011101 1001100 110100 0 100110 11011101 111101 100110

Color Harmonies of #264C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264C9D

Black with #264C9D

Text Example


Text Example

White with #264C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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