#1F3368

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

Shades of Catalina Blue #1F3368

Tints of Catalina Blue #1F3368

Color information

#1F3368 (or 0x1F3368) is unknown color: approx Catalina Blue. HEX triplet: 1F, 33 and 68. RGB value is (31,51,104). Sum of RGB (Red+Green+Blue) = 31+51+104=186 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.67% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F3368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3368 is #E0CC97. Grayscale: #323232. Windows color (decimal): -14732440 or 6828831. OLE color: 6828831.

HSL color Cylindrical-coordinate representation of color #1F3368: hue angle of 223.56º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F3368 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3151104-
CMYK0.700.5100.59
HSL223.56º54.07%26.47%-
HSV(B)223.56º70.19%40.78%-
XYZ4.253.6613.58-
YUV51.06157.87113.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.67%
GREEN value IS 51 (20.31% from 255) = 27.42%
BLUE value IS 104 (41.02% from 255) = 55.91%
R=16.67%
G=27.42%
B=55.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal31511040.700.5100.59223.5654.0726.47
Hex1F3368463303Be0361a
Octal3763150106630733406632
Binary111111100111101000100011011001101110111110000011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,51,104); }

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

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

 a { background-color: rgb(31,51,104); }

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

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

 span { border-color: rgb(31,51,104); }

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