#274162

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

Shades of Catalina Blue #274162

Tints of Catalina Blue #274162

Color information

#274162 (or 0x274162) is unknown color: approx Catalina Blue. HEX triplet: 27, 41 and 62. RGB value is (39,65,98). Sum of RGB (Red+Green+Blue) = 39+65+98=202 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.31% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #274162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274162 is #D8BE9D. Grayscale: #3C3C3C. Windows color (decimal): -14204574 or 6439207. OLE color: 6439207.

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

Color convert

RGB396598-
CMYK0.600.3400.62
HSL213.56º43.07%26.86%-
HSV(B)213.56º60.2%38.43%-
XYZ4.935.0912.28-
YUV60.99148.89112.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 19.31%
GREEN value IS 65 (25.78% from 255) = 32.18%
BLUE value IS 98 (38.67% from 255) = 48.51%
R=19.31%
G=32.18%
B=48.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3965980.600.3400.62213.5643.0726.86
Hex2741623C2203Ed62b1b
Octal4710114274420763265333
Binary1001111000001110001011110010001001111101101011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274162; }

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

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

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

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

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

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

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

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