#274167

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

Shades of Catalina Blue #274167

Tints of Catalina Blue #274167

Color information

#274167 (or 0x274167) is unknown color: approx Catalina Blue. HEX triplet: 27, 41 and 67. RGB value is (39,65,103). Sum of RGB (Red+Green+Blue) = 39+65+103=207 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.84% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 103 - color contains mainly: blue. Hex color #274167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274167 is #D8BE98. Grayscale: #3D3D3D. Windows color (decimal): -14204569 or 6766887. OLE color: 6766887.

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

Color convert

RGB3965103-
CMYK0.620.3700.60
HSL215.62º45.07%27.84%-
HSV(B)215.62º62.14%40.39%-
XYZ5.185.1913.56-
YUV61.56151.39111.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.84%
GREEN value IS 65 (25.78% from 255) = 31.40%
BLUE value IS 103 (40.62% from 255) = 49.76%
R=18.84%
G=31.40%
B=49.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39651030.620.3700.60215.6245.0727.84
Hex2741673E2503Cd82d1c
Octal4710114776450743305534
Binary1001111000001110011111111010010101111001101100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274167; }

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

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

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

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

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

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

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

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