#266372

Color #266372 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #266372

Tints of Allports #266372

Color information

#266372 (or 0x266372) is unknown color: approx Allports. HEX triplet: 26, 63 and 72. RGB value is (38,99,114). Sum of RGB (Red+Green+Blue) = 38+99+114=251 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.14% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #266372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266372 is #D99C8D. Grayscale: #525252. Windows color (decimal): -14261390 or 7496486. OLE color: 7496486.

HSL color Cylindrical-coordinate representation of color #266372: hue angle of 191.84º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #266372 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3899114-
CMYK0.670.1300.55
HSL191.84º50%29.8%-
HSV(B)191.84º66.67%44.71%-
XYZ8.310.5517.52-
YUV82.47145.7996.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.14%
GREEN value IS 99 (39.06% from 255) = 39.44%
BLUE value IS 114 (44.92% from 255) = 45.42%
R=15.14%
G=39.44%
B=45.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38991140.670.1300.55191.845029.8
Hex26637243D037c0321e
Octal46143162103150673006236
Binary100110110001111100101000011110101101111100000011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266372; }

 p { color: rgb(38,99,114); }

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

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

 a { background-color: rgb(38,99,114); }

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

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

 span { border-color: rgb(38,99,114); }

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