#264C7B

Color #264C7B St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #264C7B

Tints of St Tropaz #264C7B

Color information

#264C7B (or 0x264C7B) is unknown color: approx St Tropaz. HEX triplet: 26, 4C and 7B. RGB value is (38,76,123). Sum of RGB (Red+Green+Blue) = 38+76+123=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #264C7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264C7B is #D9B384. Grayscale: #454545. Windows color (decimal): -14267269 or 8080422. OLE color: 8080422.

HSL color Cylindrical-coordinate representation of color #264C7B: hue angle of 213.18º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #264C7B is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3876123-
CMYK0.690.3800.52
HSL213.18º52.8%31.57%-
HSV(B)213.18º69.11%48.24%-
XYZ6.967.0119.73-
YUV70157.91105.18-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.03%
GREEN value IS 76 (30.08% from 255) = 32.07%
BLUE value IS 123 (48.44% from 255) = 51.90%
R=16.03%
G=32.07%
B=51.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38761230.690.3800.52213.1852.831.57
Hex264C7B4526034d53520
Octal46114173105460643256540
Binary100110100110011110111000101100110011010011010101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #264C7B;
 }
 .AnyTagClassName
 {
   color: #264C7B;
 }
</style>
background-color css

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

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

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

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

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

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