#274461

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

Shades of Catalina Blue #274461

Tints of Catalina Blue #274461

Color information

#274461 (or 0x274461) is unknown color: approx Catalina Blue. HEX triplet: 27, 44 and 61. RGB value is (39,68,97). Sum of RGB (Red+Green+Blue) = 39+68+97=204 (27% of max value = 765). Red value is 39 (15.62% from 255 or 19.12% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #274461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274461 is #D8BB9E. Grayscale: #3E3E3E. Windows color (decimal): -14203807 or 6374439. OLE color: 6374439.

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

Color convert

RGB396897-
CMYK0.600.3000.62
HSL210º42.65%26.67%-
HSV(B)210º59.79%38.04%-
XYZ5.065.4312.09-
YUV62.64147.39111.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.12%
GREEN value IS 68 (26.95% from 255) = 33.33%
BLUE value IS 97 (38.28% from 255) = 47.55%
R=19.12%
G=33.33%
B=47.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3968970.600.3000.6221042.6526.67
Hex2744613C1E03Ed22b1b
Octal4710414174360763225333
Binary100111100010011000011111001111001111101101001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274461; }

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

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

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

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

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

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

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

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