#1F3653

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

Shades of Catalina Blue #1F3653

Tints of Catalina Blue #1F3653

Color information

#1F3653 (or 0x1F3653) is unknown color: approx Catalina Blue. HEX triplet: 1F, 36 and 53. RGB value is (31,54,83). Sum of RGB (Red+Green+Blue) = 31+54+83=168 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.45% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 83 - color contains mainly: blue. Hex color #1F3653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3653 is #E0C9AC. Grayscale: #323232. Windows color (decimal): -14731693 or 5453343. OLE color: 5453343.

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

Color convert

RGB315483-
CMYK0.630.3500.67
HSL213.46º45.61%22.35%-
HSV(B)213.46º62.65%32.55%-
XYZ3.453.558.69-
YUV50.43146.38114.14-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.45%
GREEN value IS 54 (21.48% from 255) = 32.14%
BLUE value IS 83 (32.81% from 255) = 49.40%
R=18.45%
G=32.14%
B=49.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3154830.630.3500.67213.4645.6122.35
Hex1F36533F23043d52e16
Octal3766123774301033255626
Binary111111101101010011111111100011010000111101010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,54,83); }

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

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

 a { background-color: rgb(31,54,83); }

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

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

 span { border-color: rgb(31,54,83); }

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