#1F335E

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

Shades of Catalina Blue #1F335E

Tints of Catalina Blue #1F335E

Color information

#1F335E (or 0x1F335E) is unknown color: approx Catalina Blue. HEX triplet: 1F, 33 and 5E. RGB value is (31,51,94). Sum of RGB (Red+Green+Blue) = 31+51+94=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #1F335E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F335E is #E0CCA1. Grayscale: #313131. Windows color (decimal): -14732450 or 6173471. OLE color: 6173471.

HSL color Cylindrical-coordinate representation of color #1F335E: hue angle of 220.95º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F335E is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB315194-
CMYK0.670.4600.63
HSL220.95º50.4%24.51%-
HSV(B)220.95º67.02%36.86%-
XYZ3.773.4711.06-
YUV49.92152.87114.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.61%
GREEN value IS 51 (20.31% from 255) = 28.98%
BLUE value IS 94 (37.11% from 255) = 53.41%
R=17.61%
G=28.98%
B=53.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3151940.670.4600.63220.9550.424.51
Hex1F335E432E03Fdd3219
Octal3763136103560773356231
Binary111111100111011110100001110111001111111101110111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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