#1c3b6b

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

Shades of Catalina Blue #1C3B6B

Tints of Catalina Blue #1C3B6B

Color information

#1C3B6B (or 0x1C3B6B) is unknown color: approx Catalina Blue. HEX triplet: 1C, 3B and 6B. RGB value is (28,59,107). Sum of RGB (Red+Green+Blue) = 28+59+107=194 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.43% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 107 (42.19% from 255 or 55.15% from 194); Max value from RGB is 107 - color contains mainly: blue. Hex color #1C3B6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3B6B is #E3C494. Grayscale: #363636. Windows color (decimal): -14926997 or 7027484. OLE color: 7027484.

HSL color Cylindrical-coordinate representation of color #1C3B6B: hue angle of 216.46º degrees, saturation: 0.59, 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 #1C3B6B is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2859107-
CMYK0.740.4500.58
HSL216.46º58.52%26.47%-
HSV(B)216.46º73.83%41.96%-
XYZ4.74.4414.52-
YUV55.2157.23108.6-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.43%
GREEN value IS 59 (23.44% from 255) = 30.41%
BLUE value IS 107 (42.19% from 255) = 55.15%
R=14.43%
G=30.41%
B=55.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal28591070.740.4500.58216.4658.5226.47
Hex1C3B6B4A2D03Ad83b1a
Octal3473153112550723307332
Binary111001110111101011100101010110101110101101100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c3b6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,59,107); }

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

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

 a { background-color: rgb(28,59,107); }

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

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

 span { border-color: rgb(28,59,107); }

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