#263255

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

Shades of Bunting #263255

Tints of Bunting #263255

Color information

#263255 (or 0x263255) is unknown color: approx Bunting. HEX triplet: 26, 32 and 55. RGB value is (38,50,85). Sum of RGB (Red+Green+Blue) = 38+50+85=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #263255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263255 is #D9CDAA. Grayscale: #323232. Windows color (decimal): -14273963 or 5583398. OLE color: 5583398.

HSL color Cylindrical-coordinate representation of color #263255: hue angle of 224.68º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #263255 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB385085-
CMYK0.550.4100.67
HSL224.68º38.21%24.12%-
HSV(B)224.68º55.29%33.33%-
XYZ3.583.359.05-
YUV50.4147.52119.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.97%
GREEN value IS 50 (19.92% from 255) = 28.90%
BLUE value IS 85 (33.59% from 255) = 49.13%
R=21.97%
G=28.90%
B=49.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3850850.550.4100.67224.6838.2124.12
Hex2632553729043e12618
Octal4662125675101033414630
Binary1001101100101010101110111101001010000111110000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263255; }

 p { color: rgb(38,50,85); }

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

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

 a { background-color: rgb(38,50,85); }

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

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

 span { border-color: rgb(38,50,85); }

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