#1C3D6A

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

Shades of Catalina Blue #1C3D6A

Tints of Catalina Blue #1C3D6A

Color information

#1C3D6A (or 0x1C3D6A) is unknown color: approx Catalina Blue. HEX triplet: 1C, 3D and 6A. RGB value is (28,61,106). Sum of RGB (Red+Green+Blue) = 28+61+106=195 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.36% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 106 (41.80% from 255 or 54.36% from 195); Max value from RGB is 106 - color contains mainly: blue. Hex color #1C3D6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3D6A is #E3C295. Grayscale: #383838. Windows color (decimal): -14926486 or 6962460. OLE color: 6962460.

HSL color Cylindrical-coordinate representation of color #1C3D6A: hue angle of 214.62º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C3D6A is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2861106-
CMYK0.740.4200.58
HSL214.62º58.21%26.27%-
HSV(B)214.62º73.58%41.57%-
XYZ4.754.6214.28-
YUV56.26156.07107.84-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.36%
GREEN value IS 61 (24.22% from 255) = 31.28%
BLUE value IS 106 (41.80% from 255) = 54.36%
R=14.36%
G=31.28%
B=54.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal28611060.740.4200.58214.6258.2126.27
Hex1C3D6A4A2A03Ad73a1a
Octal3475152112520723277232
Binary111001111011101010100101010101001110101101011111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,61,106); }

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

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

 a { background-color: rgb(28,61,106); }

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

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

 span { border-color: rgb(28,61,106); }

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