#22385B

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

Shades of Catalina Blue #22385B

Tints of Catalina Blue #22385B

Color information

#22385B (or 0x22385B) is unknown color: approx Catalina Blue. HEX triplet: 22, 38 and 5B. RGB value is (34,56,91). Sum of RGB (Red+Green+Blue) = 34+56+91=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #22385B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22385B is #DDC7A4. Grayscale: #353535. Windows color (decimal): -14534565 or 5978146. OLE color: 5978146.

HSL color Cylindrical-coordinate representation of color #22385B: hue angle of 216.84º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #22385B is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB345691-
CMYK0.630.3800.64
HSL216.84º45.6%24.51%-
HSV(B)216.84º62.64%35.69%-
XYZ3.963.9210.45-
YUV53.41149.21114.15-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.78%
GREEN value IS 56 (22.27% from 255) = 30.94%
BLUE value IS 91 (35.94% from 255) = 50.28%
R=18.78%
G=30.94%
B=50.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3456910.630.3800.64216.8445.624.51
Hex22385B3F26040d92e19
Octal4270133774601003315631
Binary1000101110001011011111111100110010000001101100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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