#233B61

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

Shades of Catalina Blue #233B61

Tints of Catalina Blue #233B61

Color information

#233B61 (or 0x233B61) is unknown color: approx Catalina Blue. HEX triplet: 23, 3B and 61. RGB value is (35,59,97). Sum of RGB (Red+Green+Blue) = 35+59+97=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #233B61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233B61 is #DCC49E. Grayscale: #373737. Windows color (decimal): -14468255 or 6372131. OLE color: 6372131.

HSL color Cylindrical-coordinate representation of color #233B61: hue angle of 216.77º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #233B61 is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB355997-
CMYK0.640.3900.62
HSL216.77º46.97%25.88%-
HSV(B)216.77º63.92%38.04%-
XYZ4.414.3511.92-
YUV56.16151.05112.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.32%
GREEN value IS 59 (23.44% from 255) = 30.89%
BLUE value IS 97 (38.28% from 255) = 50.79%
R=18.32%
G=30.89%
B=50.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3559970.640.3900.62216.7746.9725.88
Hex233B61402703Ed92f1a
Octal4373141100470763315732
Binary1000111110111100001100000010011101111101101100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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