#233A65

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

Shades of Catalina Blue #233A65

Tints of Catalina Blue #233A65

Color information

#233A65 (or 0x233A65) is unknown color: approx Catalina Blue. HEX triplet: 23, 3A and 65. RGB value is (35,58,101). Sum of RGB (Red+Green+Blue) = 35+58+101=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #233A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233A65 is #DCC59A. Grayscale: #373737. Windows color (decimal): -14468507 or 6634019. OLE color: 6634019.

HSL color Cylindrical-coordinate representation of color #233A65: hue angle of 219.09º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #233A65 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3558101-
CMYK0.650.4300.60
HSL219.09º48.53%26.67%-
HSV(B)219.09º65.35%39.61%-
XYZ4.564.3212.91-
YUV56.02153.38113-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.04%
GREEN value IS 58 (23.05% from 255) = 29.90%
BLUE value IS 101 (39.84% from 255) = 52.06%
R=18.04%
G=29.90%
B=52.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal35581010.650.4300.60219.0948.5326.67
Hex233A65412B03Cdb311b
Octal4372145101530743336133
Binary1000111110101100101100000110101101111001101101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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