#274161

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

Shades of Catalina Blue #274161

Tints of Catalina Blue #274161

Color information

#274161 (or 0x274161) is unknown color: approx Catalina Blue. HEX triplet: 27, 41 and 61. RGB value is (39,65,97). Sum of RGB (Red+Green+Blue) = 39+65+97=201 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.40% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #274161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274161 is #D8BE9E. Grayscale: #3C3C3C. Windows color (decimal): -14204575 or 6373671. OLE color: 6373671.

HSL color Cylindrical-coordinate representation of color #274161: hue angle of 213.1º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #274161 is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB396597-
CMYK0.600.3300.62
HSL213.1º42.65%26.67%-
HSV(B)213.1º59.79%38.04%-
XYZ4.885.0712.03-
YUV60.87148.39112.4-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.40%
GREEN value IS 65 (25.78% from 255) = 32.34%
BLUE value IS 97 (38.28% from 255) = 48.26%
R=19.40%
G=32.34%
B=48.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3965970.600.3300.62213.142.6526.67
Hex2741613C2103Ed52b1b
Octal4710114174410763255333
Binary1001111000001110000111110010000101111101101010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274161; }

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

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

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

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

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

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

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

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