#1F385D

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

Shades of Catalina Blue #1F385D

Tints of Catalina Blue #1F385D

Color information

#1F385D (or 0x1F385D) is unknown color: approx Catalina Blue. HEX triplet: 1F, 38 and 5D. RGB value is (31,56,93). Sum of RGB (Red+Green+Blue) = 31+56+93=180 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.22% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F385D is #E0C7A2. Grayscale: #343434. Windows color (decimal): -14731171 or 6109215. OLE color: 6109215.

HSL color Cylindrical-coordinate representation of color #1F385D: hue angle of 215.81º 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 #1F385D is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB315693-
CMYK0.670.4000.64
HSL215.81º50%24.31%-
HSV(B)215.81º66.67%36.47%-
XYZ3.963.9110.9-
YUV52.74150.72112.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.22%
GREEN value IS 56 (22.27% from 255) = 31.11%
BLUE value IS 93 (36.72% from 255) = 51.67%
R=17.22%
G=31.11%
B=51.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3156930.670.4000.64215.815024.31
Hex1F385D4328040d83218
Octal37701351035001003306230
Binary1111111100010111011000011101000010000001101100011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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