#233b7b

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

Shades of Resolution Blue #233B7B

Tints of Resolution Blue #233B7B

Color information

#233B7B (or 0x233B7B) is unknown color: approx Resolution Blue. HEX triplet: 23, 3B and 7B. RGB value is (35,59,123). Sum of RGB (Red+Green+Blue) = 35+59+123=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 123 (48.44% from 255 or 56.68% from 217); Max value from RGB is 123 - color contains mainly: blue. Hex color #233B7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233B7B is #DCC484. Grayscale: #3A3A3A. Windows color (decimal): -14468229 or 8076067. OLE color: 8076067.

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

Color convert

RGB3559123-
CMYK0.720.5200.52
HSL223.64º55.7%30.98%-
HSV(B)223.64º71.54%48.24%-
XYZ5.834.9219.38-
YUV59.12164.05110.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.13%
GREEN value IS 59 (23.44% from 255) = 27.19%
BLUE value IS 123 (48.44% from 255) = 56.68%
R=16.13%
G=27.19%
B=56.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal35591230.720.5200.52223.6455.730.98
Hex233B7B4834034e0381f
Octal4373173110640643407037
Binary1000111110111111011100100011010001101001110000011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233b7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,59,123); }

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

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

 a { background-color: rgb(35,59,123); }

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

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

 span { border-color: rgb(35,59,123); }

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