#23346E

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

Shades of Resolution Blue #23346E

Tints of Resolution Blue #23346E

Color information

#23346E (or 0x23346E) is unknown color: approx Resolution Blue. HEX triplet: 23, 34 and 6E. RGB value is (35,52,110). Sum of RGB (Red+Green+Blue) = 35+52+110=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 110 (43.36% from 255 or 55.84% from 197); Max value from RGB is 110 - color contains mainly: blue. Hex color #23346E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23346E is #DCCB91. Grayscale: #353535. Windows color (decimal): -14470034 or 7222307. OLE color: 7222307.

HSL color Cylindrical-coordinate representation of color #23346E: hue angle of 226.4º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #23346E is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3552110-
CMYK0.680.5300.57
HSL226.4º51.72%28.43%-
HSV(B)226.4º68.18%43.14%-
XYZ4.743.9415.26-
YUV53.53159.87114.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.77%
GREEN value IS 52 (20.70% from 255) = 26.40%
BLUE value IS 110 (43.36% from 255) = 55.84%
R=17.77%
G=26.40%
B=55.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal35521100.680.5300.57226.451.7228.43
Hex23346E4435039e2341c
Octal4364156104650713426434
Binary1000111101001101110100010011010101110011110001011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23346E; }

 p { color: rgb(35,52,110); }

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

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

 a { background-color: rgb(35,52,110); }

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

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

 span { border-color: rgb(35,52,110); }

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