#233488

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

Shades of Resolution Blue #233488

Tints of Resolution Blue #233488

Color information

#233488 (or 0x233488) is unknown color: approx Resolution Blue. HEX triplet: 23, 34 and 88. RGB value is (35,52,136). Sum of RGB (Red+Green+Blue) = 35+52+136=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 136 (53.52% from 255 or 60.99% from 223); Max value from RGB is 136 - color contains mainly: blue. Hex color #233488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #233488 is #DCCB77. Grayscale: #383838. Windows color (decimal): -14470008 or 8926243. OLE color: 8926243.

HSL color Cylindrical-coordinate representation of color #233488: hue angle of 229.9º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #233488 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3552136-
CMYK0.740.6200.47
HSL229.9º59.06%33.53%-
HSV(B)229.9º74.26%53.33%-
XYZ6.374.5923.84-
YUV56.49172.87112.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.70%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 136 (53.52% from 255) = 60.99%
R=15.70%
G=23.32%
B=60.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal35521360.740.6200.47229.959.0633.53
Hex2334884A3E02Fe63b22
Octal4364210112760573467342
Binary100011110100100010001001010111110010111111100110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233488; }

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

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

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

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

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

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

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

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