#1F335D

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

Shades of Catalina Blue #1F335D

Tints of Catalina Blue #1F335D

Color information

#1F335D (or 0x1F335D) is unknown color: approx Catalina Blue. HEX triplet: 1F, 33 and 5D. RGB value is (31,51,93). Sum of RGB (Red+Green+Blue) = 31+51+93=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F335D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F335D is #E0CCA2. Grayscale: #313131. Windows color (decimal): -14732451 or 6107935. OLE color: 6107935.

HSL color Cylindrical-coordinate representation of color #1F335D: hue angle of 220.65º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F335D is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB315193-
CMYK0.670.4500.64
HSL220.65º50%24.31%-
HSV(B)220.65º66.67%36.47%-
XYZ3.723.4510.83-
YUV49.81152.37114.58-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.71%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 93 (36.72% from 255) = 53.14%
R=17.71%
G=29.14%
B=53.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3151930.670.4500.64220.655024.31
Hex1F335D432D040dd3218
Octal37631351035501003356230
Binary1111111001110111011000011101101010000001101110111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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