#233161

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

Shades of Catalina Blue #233161

Tints of Catalina Blue #233161

Color information

#233161 (or 0x233161) is unknown color: approx Catalina Blue. HEX triplet: 23, 31 and 61. RGB value is (35,49,97). Sum of RGB (Red+Green+Blue) = 35+49+97=181 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.34% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #233161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233161 is #DCCE9E. Grayscale: #323232. Windows color (decimal): -14470815 or 6369571. OLE color: 6369571.

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

Color convert

RGB354997-
CMYK0.640.4900.62
HSL226.45º46.97%25.88%-
HSV(B)226.45º63.92%38.04%-
XYZ3.953.4211.76-
YUV50.29154.36117.1-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.34%
GREEN value IS 49 (19.53% from 255) = 27.07%
BLUE value IS 97 (38.28% from 255) = 53.59%
R=19.34%
G=27.07%
B=53.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3549970.640.4900.62226.4546.9725.88
Hex233161403103Ee22f1a
Octal4361141100610763425732
Binary1000111100011100001100000011000101111101110001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233161; }

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

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

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

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

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

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

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

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