#263353

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

Shades of Bunting #263353

Tints of Bunting #263353

Color information

#263353 (or 0x263353) is unknown color: approx Bunting. HEX triplet: 26, 33 and 53. RGB value is (38,51,83). Sum of RGB (Red+Green+Blue) = 38+51+83=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #263353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263353 is #D9CCAC. Grayscale: #323232. Windows color (decimal): -14273709 or 5452582. OLE color: 5452582.

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

Color convert

RGB385183-
CMYK0.540.3900.67
HSL222.67º37.19%23.73%-
HSV(B)222.67º54.22%32.55%-
XYZ3.543.48.65-
YUV50.76146.19118.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.09%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 83 (32.81% from 255) = 48.26%
R=22.09%
G=29.65%
B=48.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3851830.540.3900.67222.6737.1923.73
Hex2633533627043df2518
Octal4663123664701033374530
Binary1001101100111010011110110100111010000111101111110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263353; }

 p { color: rgb(38,51,83); }

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

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

 a { background-color: rgb(38,51,83); }

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

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

 span { border-color: rgb(38,51,83); }

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