#1F396C

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

Shades of Catalina Blue #1F396C

Tints of Catalina Blue #1F396C

Color information

#1F396C (or 0x1F396C) is unknown color: approx Catalina Blue. HEX triplet: 1F, 39 and 6C. RGB value is (31,57,108). Sum of RGB (Red+Green+Blue) = 31+57+108=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F396C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F396C is #E0C693. Grayscale: #363636. Windows color (decimal): -14730900 or 7092511. OLE color: 7092511.

HSL color Cylindrical-coordinate representation of color #1F396C: hue angle of 219.74º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F396C is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3157108-
CMYK0.710.4700.58
HSL219.74º55.4%27.25%-
HSV(B)219.74º71.3%42.35%-
XYZ4.734.314.77-
YUV55.04157.89110.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.82%
GREEN value IS 57 (22.66% from 255) = 29.08%
BLUE value IS 108 (42.58% from 255) = 55.10%
R=15.82%
G=29.08%
B=55.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31571080.710.4700.58219.7455.427.25
Hex1F396C472F03Adc371b
Octal3771154107570723346733
Binary111111110011101100100011110111101110101101110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,57,108); }

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

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

 a { background-color: rgb(31,57,108); }

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

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

 span { border-color: rgb(31,57,108); }

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