#274065

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

Shades of Catalina Blue #274065

Tints of Catalina Blue #274065

Color information

#274065 (or 0x274065) is unknown color: approx Catalina Blue. HEX triplet: 27, 40 and 65. RGB value is (39,64,101). Sum of RGB (Red+Green+Blue) = 39+64+101=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: blue. Hex color #274065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274065 is #D8BF9A. Grayscale: #3C3C3C. Windows color (decimal): -14204827 or 6635559. OLE color: 6635559.

HSL color Cylindrical-coordinate representation of color #274065: hue angle of 215.81º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #274065 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3964101-
CMYK0.610.3700.60
HSL215.81º44.29%27.45%-
HSV(B)215.81º61.39%39.61%-
XYZ5.025.0413.02-
YUV60.74150.72112.49-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.12%
GREEN value IS 64 (25.39% from 255) = 31.37%
BLUE value IS 101 (39.84% from 255) = 49.51%
R=19.12%
G=31.37%
B=49.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39641010.610.3700.60215.8144.2927.45
Hex2740653D2503Cd82c1b
Octal4710014575450743305433
Binary1001111000000110010111110110010101111001101100010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274065; }

 p { color: rgb(39,64,101); }

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

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

 a { background-color: rgb(39,64,101); }

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

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

 span { border-color: rgb(39,64,101); }

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