#183261

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

Shades of Catalina Blue #183261

Tints of Catalina Blue #183261

Color information

#183261 (or 0x183261) is unknown color: approx Catalina Blue. HEX triplet: 18, 32 and 61. RGB value is (24,50,97). Sum of RGB (Red+Green+Blue) = 24+50+97=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #183261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183261 is #E7CD9E. Grayscale: #2F2F2F. Windows color (decimal): -15191455 or 6369816. OLE color: 6369816.

HSL color Cylindrical-coordinate representation of color #183261: hue angle of 218.63º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #183261 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB245097-
CMYK0.750.4800.62
HSL218.63º60.33%23.73%-
HSV(B)218.63º75.26%38.04%-
XYZ3.673.3411.76-
YUV47.58155.89111.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.04%
GREEN value IS 50 (19.92% from 255) = 29.24%
BLUE value IS 97 (38.28% from 255) = 56.73%
R=14.04%
G=29.24%
B=56.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2450970.750.4800.62218.6360.3323.73
Hex1832614B3003Edb3c18
Octal3062141113600763337430
Binary110001100101100001100101111000001111101101101111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183261; }

 p { color: rgb(24,50,97); }

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

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

 a { background-color: rgb(24,50,97); }

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

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

 span { border-color: rgb(24,50,97); }

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