#233A5B

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

Shades of Catalina Blue #233A5B

Tints of Catalina Blue #233A5B

Color information

#233A5B (or 0x233A5B) is unknown color: approx Catalina Blue. HEX triplet: 23, 3A and 5B. RGB value is (35,58,91). Sum of RGB (Red+Green+Blue) = 35+58+91=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #233A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233A5B is #DCC5A4. Grayscale: #363636. Windows color (decimal): -14468517 or 5978659. OLE color: 5978659.

HSL color Cylindrical-coordinate representation of color #233A5B: hue angle of 215.36º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #233A5B is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB355891-
CMYK0.620.3600.64
HSL215.36º44.44%24.71%-
HSV(B)215.36º61.54%35.69%-
XYZ4.094.1410.48-
YUV54.88148.38113.82-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.02%
GREEN value IS 58 (23.05% from 255) = 31.52%
BLUE value IS 91 (35.94% from 255) = 49.46%
R=19.02%
G=31.52%
B=49.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3558910.620.3600.64215.3644.4424.71
Hex233A5B3E24040d72c19
Octal4372133764401003275431
Binary1000111110101011011111110100100010000001101011110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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