#274267

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

Shades of Catalina Blue #274267

Tints of Catalina Blue #274267

Color information

#274267 (or 0x274267) is unknown color: approx Catalina Blue. HEX triplet: 27, 42 and 67. RGB value is (39,66,103). Sum of RGB (Red+Green+Blue) = 39+66+103=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #274267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274267 is #D8BD98. Grayscale: #3D3D3D. Windows color (decimal): -14204313 or 6767143. OLE color: 6767143.

HSL color Cylindrical-coordinate representation of color #274267: hue angle of 214.69º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #274267 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3966103-
CMYK0.620.3600.60
HSL214.69º45.07%27.84%-
HSV(B)214.69º62.14%40.39%-
XYZ5.235.3113.58-
YUV62.14151.05111.49-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.75%
GREEN value IS 66 (26.17% from 255) = 31.73%
BLUE value IS 103 (40.62% from 255) = 49.52%
R=18.75%
G=31.73%
B=49.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39661030.620.3600.60214.6945.0727.84
Hex2742673E2403Cd72d1c
Octal4710214776440743275534
Binary1001111000010110011111111010010001111001101011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274267; }

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

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

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

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

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

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

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

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