#233380

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

Shades of Resolution Blue #233380

Tints of Resolution Blue #233380

Color information

#233380 (or 0x233380) is unknown color: approx Resolution Blue. HEX triplet: 23, 33 and 80. RGB value is (35,51,128). Sum of RGB (Red+Green+Blue) = 35+51+128=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 128 (50.39% from 255 or 59.81% from 214); Max value from RGB is 128 - color contains mainly: blue. Hex color #233380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233380 is #DCCC7F. Grayscale: #363636. Windows color (decimal): -14470272 or 8401699. OLE color: 8401699.

HSL color Cylindrical-coordinate representation of color #233380: hue angle of 229.68º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #233380 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3551128-
CMYK0.730.6000.50
HSL229.68º57.06%31.96%-
HSV(B)229.68º72.66%50.2%-
XYZ5.774.2820.94-
YUV54.99169.2113.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.36%
GREEN value IS 51 (20.31% from 255) = 23.83%
BLUE value IS 128 (50.39% from 255) = 59.81%
R=16.36%
G=23.83%
B=59.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal35511280.730.6000.50229.6857.0631.96
Hex233380493C032e63920
Octal4363200111740623467140
Binary100011110011100000001001001111100011001011100110111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233380; }

 p { color: rgb(35,51,128); }

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

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

 a { background-color: rgb(35,51,128); }

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

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

 span { border-color: rgb(35,51,128); }

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