#1F345F

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

Shades of Catalina Blue #1F345F

Tints of Catalina Blue #1F345F

Color information

#1F345F (or 0x1F345F) is unknown color: approx Catalina Blue. HEX triplet: 1F, 34 and 5F. RGB value is (31,52,95). Sum of RGB (Red+Green+Blue) = 31+52+95=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F345F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F345F is #E0CBA0. Grayscale: #323232. Windows color (decimal): -14732193 or 6239263. OLE color: 6239263.

HSL color Cylindrical-coordinate representation of color #1F345F: hue angle of 220.31º degrees, saturation: 0.51, 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 #1F345F is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB315295-
CMYK0.670.4500.63
HSL220.31º50.79%24.71%-
HSV(B)220.31º67.37%37.25%-
XYZ3.863.5711.31-
YUV50.62153.04114-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.42%
GREEN value IS 52 (20.70% from 255) = 29.21%
BLUE value IS 95 (37.5% from 255) = 53.37%
R=17.42%
G=29.21%
B=53.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3152950.670.4500.63220.3150.7924.71
Hex1F345F432D03Fdc3319
Octal3764137103550773346331
Binary111111101001011111100001110110101111111101110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,52,95); }

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

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

 a { background-color: rgb(31,52,95); }

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

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

 span { border-color: rgb(31,52,95); }

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