#274367

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

Shades of Catalina Blue #274367

Tints of Catalina Blue #274367

Color information

#274367 (or 0x274367) is unknown color: approx Catalina Blue. HEX triplet: 27, 43 and 67. RGB value is (39,67,103). Sum of RGB (Red+Green+Blue) = 39+67+103=209 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.66% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 103 (40.62% from 255 or 49.28% from 209); Max value from RGB is 103 - color contains mainly: blue. Hex color #274367 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274367 is #D8BC98. Grayscale: #3E3E3E. Windows color (decimal): -14204057 or 6767399. OLE color: 6767399.

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

Color convert

RGB3967103-
CMYK0.620.3500.60
HSL213.75º45.07%27.84%-
HSV(B)213.75º62.14%40.39%-
XYZ5.295.4213.6-
YUV62.73150.72111.07-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.66%
GREEN value IS 67 (26.56% from 255) = 32.06%
BLUE value IS 103 (40.62% from 255) = 49.28%
R=18.66%
G=32.06%
B=49.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal39671030.620.3500.60213.7545.0727.84
Hex2743673E2303Cd62d1c
Octal4710314776430743265534
Binary1001111000011110011111111010001101111001101011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274367; }

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

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

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

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

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

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

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

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