#1F3467

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

Shades of Catalina Blue #1F3467

Tints of Catalina Blue #1F3467

Color information

#1F3467 (or 0x1F3467) is unknown color: approx Catalina Blue. HEX triplet: 1F, 34 and 67. RGB value is (31,52,103). Sum of RGB (Red+Green+Blue) = 31+52+103=186 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.67% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 103 (40.62% from 255 or 55.38% from 186); Max value from RGB is 103 - color contains mainly: blue. Hex color #1F3467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3467 is #E0CB98. Grayscale: #333333. Windows color (decimal): -14732185 or 6763551. OLE color: 6763551.

HSL color Cylindrical-coordinate representation of color #1F3467: hue angle of 222.5º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F3467 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3152103-
CMYK0.700.5000.60
HSL222.5º53.73%26.27%-
HSV(B)222.5º69.9%40.39%-
XYZ4.243.7313.33-
YUV51.54157.04113.35-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.67%
GREEN value IS 52 (20.70% from 255) = 27.96%
BLUE value IS 103 (40.62% from 255) = 55.38%
R=16.67%
G=27.96%
B=55.38%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal31521030.700.5000.60222.553.7326.27
Hex1F3467463203Cde361a
Octal3764147106620743366632
Binary111111101001100111100011011001001111001101111011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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