#233E84

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

Shades of Resolution Blue #233E84

Tints of Resolution Blue #233E84

Color information

#233E84 (or 0x233E84) is unknown color: approx Resolution Blue. HEX triplet: 23, 3E and 84. RGB value is (35,62,132). Sum of RGB (Red+Green+Blue) = 35+62+132=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #233E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233E84 is #DCC17B. Grayscale: #3D3D3D. Windows color (decimal): -14467452 or 8666659. OLE color: 8666659.

HSL color Cylindrical-coordinate representation of color #233E84: hue angle of 223.3º 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 #233E84 is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3562132-
CMYK0.730.5300.48
HSL223.3º58.08%32.75%-
HSV(B)223.3º73.48%51.76%-
XYZ6.585.4722.54-
YUV61.91167.55108.81-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.28%
GREEN value IS 62 (24.61% from 255) = 27.07%
BLUE value IS 132 (51.95% from 255) = 57.64%
R=15.28%
G=27.07%
B=57.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal35621320.730.5300.48223.358.0832.75
Hex233E844935030df3a21
Octal4376204111650603377241
Binary100011111110100001001001001110101011000011011111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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