#274563

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

Shades of Catalina Blue #274563

Tints of Catalina Blue #274563

Color information

#274563 (or 0x274563) is unknown color: approx Catalina Blue. HEX triplet: 27, 45 and 63. RGB value is (39,69,99). Sum of RGB (Red+Green+Blue) = 39+69+99=207 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.84% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 99 (39.06% from 255 or 47.83% from 207); Max value from RGB is 99 - color contains mainly: blue. Hex color #274563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274563 is #D8BA9C. Grayscale: #3F3F3F. Windows color (decimal): -14203549 or 6505767. OLE color: 6505767.

HSL color Cylindrical-coordinate representation of color #274563: hue angle of 210º 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 #274563 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB396999-
CMYK0.610.3000.61
HSL210º43.48%27.06%-
HSV(B)210º60.61%38.82%-
XYZ5.225.5912.61-
YUV63.45148.06110.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.84%
GREEN value IS 69 (27.34% from 255) = 33.33%
BLUE value IS 99 (39.06% from 255) = 47.83%
R=18.84%
G=33.33%
B=47.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3969990.610.3000.6121043.4827.06
Hex2745633D1E03Dd22b1b
Octal4710514375360753225333
Binary100111100010111000111111011111001111011101001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274563; }

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

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

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

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

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

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

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

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