#1C3061

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

Shades of Catalina Blue #1C3061

Tints of Catalina Blue #1C3061

Color information

#1C3061 (or 0x1C3061) is unknown color: approx Catalina Blue. HEX triplet: 1C, 30 and 61. RGB value is (28,48,97). Sum of RGB (Red+Green+Blue) = 28+48+97=173 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.18% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #1C3061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3061 is #E3CF9E. Grayscale: #2F2F2F. Windows color (decimal): -14929823 or 6369308. OLE color: 6369308.

HSL color Cylindrical-coordinate representation of color #1C3061: hue angle of 222.61º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C3061 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB284897-
CMYK0.710.5100.62
HSL222.61º55.2%24.51%-
HSV(B)222.61º71.13%38.04%-
XYZ3.693.2211.74-
YUV47.61155.87114.02-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.18%
GREEN value IS 48 (19.14% from 255) = 27.75%
BLUE value IS 97 (38.28% from 255) = 56.07%
R=16.18%
G=27.75%
B=56.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2848970.710.5100.62222.6155.224.51
Hex1C3061473303Edf3719
Octal3460141107630763376731
Binary111001100001100001100011111001101111101101111111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C3061; }

 p { color: rgb(28,48,97); }

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

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

 a { background-color: rgb(28,48,97); }

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

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

 span { border-color: rgb(28,48,97); }

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