#23368A

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

Shades of Resolution Blue #23368A

Tints of Resolution Blue #23368A

Color information

#23368A (or 0x23368A) is unknown color: approx Resolution Blue. HEX triplet: 23, 36 and 8A. RGB value is (35,54,138). Sum of RGB (Red+Green+Blue) = 35+54+138=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 138 (54.30% from 255 or 60.79% from 227); Max value from RGB is 138 - color contains mainly: blue. Hex color #23368A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #23368A is #DCC975. Grayscale: #393939. Windows color (decimal): -14469494 or 9057827. OLE color: 9057827.

HSL color Cylindrical-coordinate representation of color #23368A: hue angle of 228.93º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #23368A is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3554138-
CMYK0.750.6100.46
HSL228.93º59.54%33.92%-
HSV(B)228.93º74.64%54.12%-
XYZ6.64.8324.63-
YUV57.9173.21111.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.42%
GREEN value IS 54 (21.48% from 255) = 23.79%
BLUE value IS 138 (54.30% from 255) = 60.79%
R=15.42%
G=23.79%
B=60.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal35541380.750.6100.46228.9359.5433.92
Hex23368A4B3D02Ee53c22
Octal4366212113750563457442
Binary100011110110100010101001011111101010111011100101111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23368A; }

 p { color: rgb(35,54,138); }

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

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

 a { background-color: rgb(35,54,138); }

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

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

 span { border-color: rgb(35,54,138); }

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