Html Css Color HEX #264D9C Endeavour

📋 copy color: '#264D9C'

red 38 ◦ green 77 ◦ blue 156

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

Shades of Endeavour #264D9C

Tints of Endeavour #264D9C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.41%

 BLUE value IS 156 (61.33% from 255) = 57.56%

R = 14.02%
G = 28.41%
B = 57.56%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#264D9C (or 0x264D9C) is known color: Endeavour. HEX triplet: 26, 4D and 9C. RGB value is (38,77,156). Sum of RGB (Red+Green+Blue) = 38+77+156=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #264D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #264D9C is #D9B263. Grayscale: #494949. Windows color (decimal): -14266980 or 10243366. OLE color: 10243366.

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

Color convert

RGB 38 77 156 -
CMYK 0.76 0.51 0 0.39
HSL 220.17º 0.61% 0.38% -
HSV(B) 220.17º 0.76% 0.61% -
XYZ 9.45 8.12 32.52 -
YUV 74.35 174.08 102.08 -
System Red Green Blue C M Y K H S L
Decimal 38 77 156 0.76 0.51 0 0.39 220.17 0.61 0.38
Hex 26 4D 9C 4C 33 0 27 DC 3D 26
Octal 46 115 234 114 63 0 47 334 75 46
Binary 100110 1001101 10011100 1001100 110011 0 100111 11011100 111101 100110

Color Harmonies of #264D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264D9C

Black with #264D9C

Text Example


Text Example

White with #264D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,77,156); }

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

background-color css

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

 a { background-color: rgb(38,77,156); }

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

border-color css

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

 span { border-color: rgb(38,77,156); }

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