#233B68

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

Shades of Catalina Blue #233B68

Tints of Catalina Blue #233B68

Color information

#233B68 (or 0x233B68) is unknown color: approx Catalina Blue. HEX triplet: 23, 3B and 68. RGB value is (35,59,104). Sum of RGB (Red+Green+Blue) = 35+59+104=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #233B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233B68 is #DCC497. Grayscale: #383838. Windows color (decimal): -14468248 or 6830883. OLE color: 6830883.

HSL color Cylindrical-coordinate representation of color #233B68: hue angle of 219.13º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #233B68 is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3559104-
CMYK0.660.4300.59
HSL219.13º49.64%27.25%-
HSV(B)219.13º66.35%40.78%-
XYZ4.764.4813.71-
YUV56.95154.55112.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.68%
GREEN value IS 59 (23.44% from 255) = 29.80%
BLUE value IS 104 (41.02% from 255) = 52.53%
R=17.68%
G=29.80%
B=52.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal35591040.660.4300.59219.1349.6427.25
Hex233B68422B03Bdb321b
Octal4373150102530733336233
Binary1000111110111101000100001010101101110111101101111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,59,104); }

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

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

 a { background-color: rgb(35,59,104); }

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

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

 span { border-color: rgb(35,59,104); }

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