#263372

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

Shades of Resolution Blue #263372

Tints of Resolution Blue #263372

Color information

#263372 (or 0x263372) is unknown color: approx Resolution Blue. HEX triplet: 26, 33 and 72. RGB value is (38,51,114). Sum of RGB (Red+Green+Blue) = 38+51+114=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #263372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263372 is #D9CC8D. Grayscale: #363636. Windows color (decimal): -14273678 or 7484198. OLE color: 7484198.

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

Color convert

RGB3851114-
CMYK0.670.5500.55
HSL229.74º50%29.8%-
HSV(B)229.74º66.67%44.71%-
XYZ5.023.9916.43-
YUV54.3161.69116.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.72%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 114 (44.92% from 255) = 56.16%
R=18.72%
G=25.12%
B=56.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38511140.670.5500.55229.745029.8
Hex2633724337037e6321e
Octal4663162103670673466236
Binary1001101100111110010100001111011101101111110011011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263372; }

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

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

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

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

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

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

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

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