#233A84

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

Shades of Resolution Blue #233A84

Tints of Resolution Blue #233A84

Color information

#233A84 (or 0x233A84) is unknown color: approx Resolution Blue. HEX triplet: 23, 3A and 84. RGB value is (35,58,132). Sum of RGB (Red+Green+Blue) = 35+58+132=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #233A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233A84 is #DCC57B. Grayscale: #3B3B3B. Windows color (decimal): -14468476 or 8665635. OLE color: 8665635.

HSL color Cylindrical-coordinate representation of color #233A84: hue angle of 225.77º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #233A84 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3558132-
CMYK0.730.5600.48
HSL225.77º58.08%32.75%-
HSV(B)225.77º73.48%51.76%-
XYZ6.375.0522.47-
YUV59.56168.88110.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.56%
GREEN value IS 58 (23.05% from 255) = 25.78%
BLUE value IS 132 (51.95% from 255) = 58.67%
R=15.56%
G=25.78%
B=58.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal35581320.730.5600.48225.7758.0832.75
Hex233A844938030e23a21
Octal4372204111700603427241
Binary100011111010100001001001001111000011000011100010111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233A84; }

 p { color: rgb(35,58,132); }

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

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

 a { background-color: rgb(35,58,132); }

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

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

 span { border-color: rgb(35,58,132); }

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