#273F69

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

Shades of Catalina Blue #273F69

Tints of Catalina Blue #273F69

Color information

#273F69 (or 0x273F69) is unknown color: approx Catalina Blue. HEX triplet: 27, 3F and 69. RGB value is (39,63,105). Sum of RGB (Red+Green+Blue) = 39+63+105=207 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.84% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 105 (41.41% from 255 or 50.72% from 207); Max value from RGB is 105 - color contains mainly: blue. Hex color #273F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273F69 is #D8C096. Grayscale: #3C3C3C. Windows color (decimal): -14205079 or 6897447. OLE color: 6897447.

HSL color Cylindrical-coordinate representation of color #273F69: hue angle of 218.18º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #273F69 is Cyan = 0.63, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3963105-
CMYK0.630.400.59
HSL218.18º45.83%28.24%-
HSV(B)218.18º62.86%41.18%-
XYZ5.165.0114.06-
YUV60.61153.05112.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.84%
GREEN value IS 63 (25% from 255) = 30.43%
BLUE value IS 105 (41.41% from 255) = 50.72%
R=18.84%
G=30.43%
B=50.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39631050.630.400.59218.1845.8328.24
Hex273F693F2803Bda2e1c
Octal477715177500733325634
Binary100111111111110100111111110100001110111101101010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273F69; }

 p { color: rgb(39,63,105); }

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

<style>
 a { background-color: #273F69; }

 a { background-color: rgb(39,63,105); }

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

<style>
 span { border-color: #273F69; }

 span { border-color: rgb(39,63,105); }

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