#23385B

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

Shades of Catalina Blue #23385B

Tints of Catalina Blue #23385B

Color information

#23385B (or 0x23385B) is unknown color: approx Catalina Blue. HEX triplet: 23, 38 and 5B. RGB value is (35,56,91). Sum of RGB (Red+Green+Blue) = 35+56+91=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #23385B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23385B is #DCC7A4. Grayscale: #353535. Windows color (decimal): -14469029 or 5978147. OLE color: 5978147.

HSL color Cylindrical-coordinate representation of color #23385B: hue angle of 217.5º 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 #23385B is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB355691-
CMYK0.620.3800.64
HSL217.5º44.44%24.71%-
HSV(B)217.5º61.54%35.69%-
XYZ43.9410.45-
YUV53.71149.04114.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.23%
GREEN value IS 56 (22.27% from 255) = 30.77%
BLUE value IS 91 (35.94% from 255) = 50%
R=19.23%
G=30.77%
B=50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3556910.620.3800.64217.544.4424.71
Hex23385B3E26040da2c19
Octal4370133764601003325431
Binary1000111110001011011111110100110010000001101101010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23385B; }

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

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

<style>
 a { background-color: #23385B; }

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

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

<style>
 span { border-color: #23385B; }

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

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