#274667

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

Shades of Catalina Blue #274667

Tints of Catalina Blue #274667

Color information

#274667 (or 0x274667) is unknown color: approx Catalina Blue. HEX triplet: 27, 46 and 67. RGB value is (39,70,103). Sum of RGB (Red+Green+Blue) = 39+70+103=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 103 (40.62% from 255 or 48.58% from 212); Max value from RGB is 103 - color contains mainly: blue. Hex color #274667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274667 is #D8B998. Grayscale: #404040. Windows color (decimal): -14203289 or 6768167. OLE color: 6768167.

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

Color convert

RGB3970103-
CMYK0.620.3200.60
HSL210.94º45.07%27.84%-
HSV(B)210.94º62.14%40.39%-
XYZ5.485.7913.66-
YUV64.49149.73109.82-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.40%
GREEN value IS 70 (27.73% from 255) = 33.02%
BLUE value IS 103 (40.62% from 255) = 48.58%
R=18.40%
G=33.02%
B=48.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39701030.620.3200.60210.9445.0727.84
Hex2746673E2003Cd32d1c
Octal4710614776400743235534
Binary1001111000110110011111111010000001111001101001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274667; }

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

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

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

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

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

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

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

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