#274163

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

Shades of Catalina Blue #274163

Tints of Catalina Blue #274163

Color information

#274163 (or 0x274163) is unknown color: approx Catalina Blue. HEX triplet: 27, 41 and 63. RGB value is (39,65,99). Sum of RGB (Red+Green+Blue) = 39+65+99=203 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.21% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #274163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274163 is #D8BE9C. Grayscale: #3C3C3C. Windows color (decimal): -14204573 or 6504743. OLE color: 6504743.

HSL color Cylindrical-coordinate representation of color #274163: hue angle of 214º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #274163 is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB396599-
CMYK0.610.3400.61
HSL214º43.48%27.06%-
HSV(B)214º60.61%38.82%-
XYZ4.985.1112.53-
YUV61.1149.39112.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.21%
GREEN value IS 65 (25.78% from 255) = 32.02%
BLUE value IS 99 (39.06% from 255) = 48.77%
R=19.21%
G=32.02%
B=48.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3965990.610.3400.6121443.4827.06
Hex2741633D2203Dd62b1b
Octal4710114375420753265333
Binary1001111000001110001111110110001001111011101011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274163; }

 p { color: rgb(39,65,99); }

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

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

 a { background-color: rgb(39,65,99); }

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

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

 span { border-color: rgb(39,65,99); }

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