#23386B

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

Shades of Catalina Blue #23386B

Tints of Catalina Blue #23386B

Color information

#23386B (or 0x23386B) is unknown color: approx Catalina Blue. HEX triplet: 23, 38 and 6B. RGB value is (35,56,107). Sum of RGB (Red+Green+Blue) = 35+56+107=198 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.68% from 198); Green value is 56 (22.27% from 255 or 28.28% from 198); Blue value is 107 (42.19% from 255 or 54.04% from 198); Max value from RGB is 107 - color contains mainly: blue. Hex color #23386B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23386B is #DCC794. Grayscale: #373737. Windows color (decimal): -14469013 or 7026723. OLE color: 7026723.

HSL color Cylindrical-coordinate representation of color #23386B: hue angle of 222.5º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #23386B is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3556107-
CMYK0.670.4800.58
HSL222.5º50.7%27.84%-
HSV(B)222.5º67.29%41.96%-
XYZ4.764.2514.48-
YUV55.54157.04113.35-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 17.68%
GREEN value IS 56 (22.27% from 255) = 28.28%
BLUE value IS 107 (42.19% from 255) = 54.04%
R=17.68%
G=28.28%
B=54.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35561070.670.4800.58222.550.727.84
Hex23386B433003Ade331c
Octal4370153103600723366334
Binary1000111110001101011100001111000001110101101111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23386B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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