#263355

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

Shades of Bunting #263355

Tints of Bunting #263355

Color information

#263355 (or 0x263355) is unknown color: approx Bunting. HEX triplet: 26, 33 and 55. RGB value is (38,51,85). Sum of RGB (Red+Green+Blue) = 38+51+85=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #263355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263355 is #D9CCAA. Grayscale: #323232. Windows color (decimal): -14273707 or 5583654. OLE color: 5583654.

HSL color Cylindrical-coordinate representation of color #263355: hue angle of 223.4º 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 #263355 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB385185-
CMYK0.550.4000.67
HSL223.4º38.21%24.12%-
HSV(B)223.4º55.29%33.33%-
XYZ3.623.449.07-
YUV50.99147.19118.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.84%
GREEN value IS 51 (20.31% from 255) = 29.31%
BLUE value IS 85 (33.59% from 255) = 48.85%
R=21.84%
G=29.31%
B=48.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3851850.550.4000.67223.438.2124.12
Hex2633553728043df2618
Octal4663125675001033374630
Binary1001101100111010101110111101000010000111101111110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263355; }

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

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

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

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

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

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

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

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