#233A57

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

Shades of Catalina Blue #233A57

Tints of Catalina Blue #233A57

Color information

#233A57 (or 0x233A57) is unknown color: approx Catalina Blue. HEX triplet: 23, 3A and 57. RGB value is (35,58,87). Sum of RGB (Red+Green+Blue) = 35+58+87=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 87 - color contains mainly: blue. Hex color #233A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233A57 is #DCC5A8. Grayscale: #363636. Windows color (decimal): -14468521 or 5716515. OLE color: 5716515.

HSL color Cylindrical-coordinate representation of color #233A57: hue angle of 213.46º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #233A57 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB355887-
CMYK0.600.3300.66
HSL213.46º42.62%23.92%-
HSV(B)213.46º59.77%34.12%-
XYZ3.934.079.6-
YUV54.43146.38114.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.44%
GREEN value IS 58 (23.05% from 255) = 32.22%
BLUE value IS 87 (34.38% from 255) = 48.33%
R=19.44%
G=32.22%
B=48.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3558870.600.3300.66213.4642.6223.92
Hex233A573C21042d52b18
Octal4372127744101023255330
Binary1000111110101010111111100100001010000101101010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,58,87); }

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

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

 a { background-color: rgb(35,58,87); }

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

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

 span { border-color: rgb(35,58,87); }

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