#274269

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

Shades of Catalina Blue #274269

Tints of Catalina Blue #274269

Color information

#274269 (or 0x274269) is unknown color: approx Catalina Blue. HEX triplet: 27, 42 and 69. RGB value is (39,66,105). Sum of RGB (Red+Green+Blue) = 39+66+105=210 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.57% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #274269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274269 is #D8BD96. Grayscale: #3E3E3E. Windows color (decimal): -14204311 or 6898215. OLE color: 6898215.

HSL color Cylindrical-coordinate representation of color #274269: hue angle of 215.45º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #274269 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3966105-
CMYK0.630.3700.59
HSL215.45º45.83%28.24%-
HSV(B)215.45º62.86%41.18%-
XYZ5.335.3514.12-
YUV62.37152.05111.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.57%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 105 (41.41% from 255) = 50%
R=18.57%
G=31.43%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal39661050.630.3700.59215.4545.8328.24
Hex2742693F2503Bd72e1c
Octal4710215177450733275634
Binary1001111000010110100111111110010101110111101011110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274269; }

 p { color: rgb(39,66,105); }

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

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

 a { background-color: rgb(39,66,105); }

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

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

 span { border-color: rgb(39,66,105); }

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