#1F385A

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

Shades of Catalina Blue #1F385A

Tints of Catalina Blue #1F385A

Color information

#1F385A (or 0x1F385A) is unknown color: approx Catalina Blue. HEX triplet: 1F, 38 and 5A. RGB value is (31,56,90). Sum of RGB (Red+Green+Blue) = 31+56+90=177 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.51% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #1F385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F385A is #E0C7A5. Grayscale: #343434. Windows color (decimal): -14731174 or 5912607. OLE color: 5912607.

HSL color Cylindrical-coordinate representation of color #1F385A: hue angle of 214.58º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F385A is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB315690-
CMYK0.660.3800.65
HSL214.58º48.76%23.73%-
HSV(B)214.58º65.56%35.29%-
XYZ3.823.8610.22-
YUV52.4149.22112.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.51%
GREEN value IS 56 (22.27% from 255) = 31.64%
BLUE value IS 90 (35.55% from 255) = 50.85%
R=17.51%
G=31.64%
B=50.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3156900.660.3800.65214.5848.7623.73
Hex1F385A4226041d73118
Octal37701321024601013276130
Binary1111111100010110101000010100110010000011101011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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